This commit is contained in:
2023-07-26 15:30:14 +08:00
parent ce080bbf95
commit a4aace1e68
6 changed files with 32 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ public interface IMemberBasicInfoService {
* @param merchantId 运营商id
* @return 会员信息
*/
MemberBasicInfo selectInfoByMobileNumberAndMerchantId(String phone, String merchantId);
MemberBasicInfo selectInfoByMobileNumber(String phone, String merchantId);
/**
* 根据手机号查询会员信息