|
@ -284,7 +284,7 @@ public class WechatController extends WeixinBaseController {
|
|
patient = new Patient();
|
|
patient = new Patient();
|
|
} else {
|
|
} else {
|
|
if (!StringUtils.isEmpty(patient.getMobile())) {
|
|
if (!StringUtils.isEmpty(patient.getMobile())) {
|
|
return error(-1, "该身份证已被注册!");
|
|
|
|
|
|
return error(-2, "该身份证已被注册!");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
patient.setName(name);
|
|
patient.setName(name);
|