This commit is contained in:
2023-12-25 14:00:30 +08:00
parent cae36cab43
commit 43985b0f63
3 changed files with 6 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ public class MemberService {
MemberWalletInfo memberWalletInfo = MemberWalletInfo.builder()
.memberId(memberId)
.merchantId("35")
.walletCode(memberBasicInfoService.generateWalletCode())
.build();
memberTransactionDTO.setMemberWalletInfo(memberWalletInfo);
}