|
@ -103,7 +103,7 @@ public class PatientService extends BasePatientService<BasePatientDO, BasePatien
|
|
|
}
|
|
|
patient.setMobile(mobile);
|
|
|
patient.setLocked(0);
|
|
|
patient.setEnabled(0);
|
|
|
patient.setEnabled(1);
|
|
|
patient.setDel("1");
|
|
|
patient.setLoginFailureCount(0);
|
|
|
patient.setPatientStatus("1");
|
|
@ -146,7 +146,7 @@ public class PatientService extends BasePatientService<BasePatientDO, BasePatien
|
|
|
patient = new BasePatientDO();
|
|
|
patient.setMobile(mobile);
|
|
|
patient.setLocked(0);
|
|
|
patient.setEnabled(0);
|
|
|
patient.setEnabled(1);
|
|
|
patient.setDel("0");
|
|
|
patient.setLoginFailureCount(0);
|
|
|
patient.setPatientStatus("1");
|