update 汇付账户本地删除与结算校验

This commit is contained in:
jsowell
2026-07-16 10:20:03 +08:00
parent a7d838cdb1
commit b4731d3e85
10 changed files with 53 additions and 16 deletions

View File

@@ -111,10 +111,9 @@ public interface AdapayMemberAccountService {
String selectMerchantNameByAdapayMemberId(String adapayMemberId);
/**
* 根据运营商id删除记录
* @param merchantId
* 精确逻辑删除当前有效账户,避免并发开户时误删新记录
*/
void deleteAccountByMerchantId(String merchantId);
int deleteCurrentAccount(Integer id, String merchantId, String adapayMemberId);
void clearSettleAccountByMerchantId(String merchantId);