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