|
@@ -154,7 +154,6 @@ public class UserIncrementServiceImpl extends ServiceImpl<IUserIncrementMapper,
|
|
|
if(incrementType == null){
|
|
|
throw new BusinessException(ResultCode.INCREMENT_TYPE_EMPTY);
|
|
|
}
|
|
|
- iIncrementOrderMgService.addOrder(param);
|
|
|
|
|
|
for (int i = 0 ; i<param.getCount() ;i++) {
|
|
|
UserIncrement userIncrement = new UserIncrement();
|