mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
UPDATE 修改用户余额方法
This commit is contained in:
@@ -219,7 +219,7 @@ public class MemberBasicInfoServiceImpl implements MemberBasicInfoService {
|
||||
BigDecimal updateGiftBalance = dto.getUpdateGiftBalance(); // 更新赠送金额
|
||||
BigDecimal updatePrincipalBalance = dto.getUpdatePrincipalBalance(); // 更新本金金额
|
||||
|
||||
if (updateGiftBalance == null || updatePrincipalBalance == null) {
|
||||
if (updateGiftBalance == null && updatePrincipalBalance == null) {
|
||||
log.info("修改用户余额-金额为空, 直接返回:{}", JSON.toJSONString(dto));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user