|
@@ -448,7 +448,7 @@ public class UserIncrementServiceImpl extends ServiceImpl<IUserIncrementMapper,
|
|
IIncrementAutoOrderService incrementAutoOrderService;
|
|
IIncrementAutoOrderService incrementAutoOrderService;
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- public void cancelSubscription(Integer incrementId) {
|
|
|
|
|
|
+ public void cancelSubscription(Long incrementId) {
|
|
UserIncrement userIncrement = this.getById(incrementId);
|
|
UserIncrement userIncrement = this.getById(incrementId);
|
|
if(userIncrement == null){
|
|
if(userIncrement == null){
|
|
throw new BusinessException(ErrorCode.VALUE_NOT_EXIST);
|
|
throw new BusinessException(ErrorCode.VALUE_NOT_EXIST);
|