Merge branch 'dev-new' into dev-new-rabbitmq

This commit is contained in:
Guoqs
2025-01-06 09:05:09 +08:00
2 changed files with 8 additions and 0 deletions

View File

@@ -208,6 +208,10 @@ public class AdapayMemberAccountServiceImpl implements AdapayMemberAccountServic
adapayMemberAccountMapper.updateAdapayMemberAccountByMemberId(adapayMemberAccount);
}
/**
* 获取默认的会员账户
* @return
*/
@Override
public AdapayMemberAccount getDefault() {
AdapayMemberAccount account = new AdapayMemberAccount();