mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
修改用户余额, 余额为空直接返回
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user