update 会员钱包

This commit is contained in:
2023-11-21 16:19:54 +08:00
parent 243981d81b
commit 7b2283fe3a
3 changed files with 12 additions and 8 deletions

View File

@@ -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);
}