mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 会员钱包
This commit is contained in:
@@ -157,7 +157,7 @@ public class MemberBasicInfoController extends BaseController {
|
||||
try {
|
||||
// 判断入参
|
||||
if (dto == null || StringUtils.isBlank(dto.getMemberId()) || StringUtils.isBlank(dto.getTargetMerchantId())
|
||||
|| dto.getUpdateGiftBalance() == null) {
|
||||
|| dto.getUpdatePrincipalBalance() == null) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user