修改用户余额, 余额为空直接返回

This commit is contained in:
Guoqs
2025-04-10 16:06:17 +08:00
parent ee8d677d04
commit 5700485306

View File

@@ -220,7 +220,7 @@ public class MemberBasicInfoServiceImpl implements MemberBasicInfoService {
BigDecimal updatePrincipalBalance = dto.getUpdatePrincipalBalance(); // 更新本金金额
if (updateGiftBalance == null || updatePrincipalBalance == null) {
log.error("修改用户余额-金额为空:{}", JSON.toJSONString(dto));
log.info("修改用户余额-金额为空, 直接返回:{}", JSON.toJSONString(dto));
return 0;
}