mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update 会员钱包
This commit is contained in:
@@ -161,8 +161,6 @@ public class MemberBasicInfoController extends BaseController {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
|
||||
}
|
||||
|
||||
|
||||
|
||||
int i = memberBasicInfoService.updateMemberBalance(dto);
|
||||
if (i > 0) {
|
||||
ajaxResult = AjaxResult.success(ReturnCodeEnum.CODE_SUCCESS.getLabel());
|
||||
|
||||
Reference in New Issue
Block a user