希晓余额充值

This commit is contained in:
2023-11-27 10:45:46 +08:00
parent d61f88ff65
commit 0e36550c4c
3 changed files with 15 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ import com.alibaba.fastjson2.JSON;
import com.github.pagehelper.PageHelper;
import com.google.common.collect.Lists;
import com.jsowell.common.annotation.Log;
import com.jsowell.common.constant.Constants;
import com.jsowell.common.core.controller.BaseController;
import com.jsowell.common.core.domain.AjaxResult;
import com.jsowell.common.core.page.TableDataInfo;
@@ -190,7 +191,7 @@ public class MemberBasicInfoController extends BaseController {
|| dto.getUpdatePrincipalBalance() == null) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
}
dto.setFromWeb(Constants.ONE);
int i = memberBasicInfoService.updateMemberBalance(dto);
if (i > 0) {
ajaxResult = AjaxResult.success(ReturnCodeEnum.CODE_SUCCESS.getLabel());