更新钱包code为空的数据

This commit is contained in:
Guoqs
2025-07-24 14:55:56 +08:00
parent ef55dd04af
commit e418ce562a
6 changed files with 112 additions and 33 deletions

View File

@@ -25,4 +25,8 @@ public interface MemberWalletInfoService {
List<MemberWalletVO> selectByMemberWalletList(String memberId);
MemberWalletVO selectMemberWalletInfo(String walletCode);
List<MemberWalletInfo> queryWalletIsNull();
int updateBatchSelective(List<MemberWalletInfo> walletInfoList);
}