|
@@ -165,7 +165,7 @@ public class CmReportingClubServiceImpl implements CmReportingClubService {
|
|
|
*/
|
|
|
@Override
|
|
|
public ResponseJson addCmReportingClub(CmReportingClub cmReportingClub) {
|
|
|
- int userByMobile = cmReportingClubMapper.findUserByMobile(cmReportingClub.mobile(), null, null);
|
|
|
+ int userByMobile = cmReportingClubMapper.findUserByMobile(cmReportingClub.mobile(), null, 8);
|
|
|
if (userByMobile >0) {
|
|
|
return ResponseJson.error("抱歉,该手机号已注册!");
|
|
|
}
|