update 分成功能

This commit is contained in:
Guoqs
2024-09-27 17:52:12 +08:00
parent eb71b8d45d
commit a5c1b45261
7 changed files with 36 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ public interface AdapayMemberAccountService {
AdapayMemberAccount selectByMerchantId(String merchantId);
AdapayMemberAccount selectByMemberId(String memberId);
AdapayMemberAccount selectByAdapayMemberId(String adapayMemberId);
void updateAdapayMemberAccountByMemberId(AdapayMemberAccount adapayMemberAccount);