Explorar o código

手机号修改

lyr %!s(int64=8) %!d(string=hai) anos
pai
achega
bebfac19cf

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/account/DoctorInfoService.java

@ -701,7 +701,7 @@ public class DoctorInfoService extends BaseService {
        Doctor docMobile = doctorDao.findByMobile(mobile);
        if (docMobile != null) {
        if (docMobile != null && !docMobile.getCode().equals(doctor)) {
            return -2;
        }

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/account/PatientInfoService.java

@ -78,7 +78,7 @@ public class PatientInfoService extends BaseService {
		Patient pMobile = patientDao.findByMobile(mobile);
		if (pMobile == null) {
		if (pMobile == null && !p.getCode().equals(patient)) {
			return -2;
		}