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