update 修改字段名

This commit is contained in:
2023-12-08 09:44:29 +08:00
parent 4c68af993e
commit 153404729b
4 changed files with 9 additions and 9 deletions

View File

@@ -70,10 +70,10 @@ public interface IMemberBasicInfoService {
/**
* 根据手机号和运营商id查询会员信息
* @param phone 手机号 mobile number
* @param merchantId 运营商id
* @param firstMerchantId 一级运营商id
* @return 会员信息
*/
MemberBasicInfo selectInfoByMobileNumber(String phone, String merchantId);
MemberBasicInfo selectInfoByMobileNumber(String phone, String firstMerchantId);
/**
* 根据手机号查询会员信息