This commit is contained in:
2023-06-08 15:00:30 +08:00
parent f89152fe86
commit bdc71e8690
7 changed files with 70 additions and 1 deletions

View File

@@ -42,4 +42,9 @@ public class AdapayMemberInfoServiceImpl implements AdapayMemberInfoService {
return adapayMemberInfoMapper.updateByPrimaryKey(record);
}
@Override
public AdapayMemberInfo selectByMerchantId(String merchantId) {
return adapayMemberInfoMapper.selectByMerchantId(merchantId);
}
}