Compare commits
2 Commits
8b3f12f51d
...
8d693455dc
Author | SHA1 | Date | |
---|---|---|---|
|
8d693455dc | ||
|
90e8f6ad1e |
@ -15,7 +15,7 @@ import java.util.List;
|
|||||||
* @author : pqz
|
* @author : pqz
|
||||||
* @date : 2024-9-2
|
* @date : 2024-9-2
|
||||||
*/
|
*/
|
||||||
@Service("activeOneCouponService")
|
@Service("ActivePriceOilService")
|
||||||
public class ActivePriceOilServiceImpl extends ServiceImpl<ActivePriceOilMapper, ActivePriceOil> implements ActivePriceOilService {
|
public class ActivePriceOilServiceImpl extends ServiceImpl<ActivePriceOilMapper, ActivePriceOil> implements ActivePriceOilService {
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ import java.util.List;
|
|||||||
* @author : pqz
|
* @author : pqz
|
||||||
* @date : 2024-9-2
|
* @date : 2024-9-2
|
||||||
*/
|
*/
|
||||||
@Service("activeOneCouponService")
|
@Service("ActiveSubPriceRuleService")
|
||||||
public class ActiveSubPriceRuleServiceImpl extends ServiceImpl<ActiveSubPriceRuleMapper, ActiveSubPriceRule> implements ActiveSubPriceRuleService {
|
public class ActiveSubPriceRuleServiceImpl extends ServiceImpl<ActiveSubPriceRuleMapper, ActiveSubPriceRule> implements ActiveSubPriceRuleService {
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ import static com.fuint.common.constant.ActConstants.*;
|
|||||||
* @author : pqz
|
* @author : pqz
|
||||||
* @date : 2024-9-2
|
* @date : 2024-9-2
|
||||||
*/
|
*/
|
||||||
@Service("activeOneCouponService")
|
@Service("ActiveSubPriceService")
|
||||||
public class ActiveSubPriceServiceImpl extends ServiceImpl<ActiveSubPriceMapper, ActiveSubPrice> implements ActiveSubPriceService {
|
public class ActiveSubPriceServiceImpl extends ServiceImpl<ActiveSubPriceMapper, ActiveSubPrice> implements ActiveSubPriceService {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
|
Loading…
Reference in New Issue
Block a user