update 加赠送金额字段

This commit is contained in:
2023-11-27 15:42:55 +08:00
parent 6facfba88b
commit 0ca1542f67

View File

@@ -373,6 +373,7 @@ public class MemberBasicInfoServiceImpl implements IMemberBasicInfoService {
totalAccountAmount = memberWalletInfo.getPrincipalBalance();
principalBalance = memberWalletInfo.getPrincipalBalance();
giftBalance = memberWalletInfo.getGiftBalance();
vo.setMerchantId(memberWalletInfo.getMerchantId());
}
vo.setTotalAccountAmount(totalAccountAmount);
vo.setPrincipalBalance(principalBalance);