|
@@ -444,6 +444,7 @@ public class UserIncrementServiceImpl extends ServiceImpl<IUserIncrementMapper,
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
PayClient payClient;
|
|
PayClient payClient;
|
|
|
|
+ IIncrementAutoOrderService incrementAutoOrderService;
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void cancelSubscription(Integer incrementId) {
|
|
public void cancelSubscription(Integer incrementId) {
|
|
@@ -456,5 +457,6 @@ public class UserIncrementServiceImpl extends ServiceImpl<IUserIncrementMapper,
|
|
throw new BusinessException(resultData.getCode(),resultData.getMessage());
|
|
throw new BusinessException(resultData.getCode(),resultData.getMessage());
|
|
}
|
|
}
|
|
this.cancelSubscriptions(userIncrement);
|
|
this.cancelSubscriptions(userIncrement);
|
|
|
|
+ incrementAutoOrderService.delByIncrementId(incrementId);
|
|
}
|
|
}
|
|
}
|
|
}
|