|
@ -449,7 +449,9 @@ public class SignFamilyService extends BaseJpaService<SignFamily,Long> {
|
|
|
|
|
|
public void updateTrackPatient(String patient,String oldDoctor){
|
|
|
TrackPatient trackPatient = trackPatientDao.findByDoctorCodeAndPatientCode(oldDoctor,patient);
|
|
|
trackPatient.setDel("0");
|
|
|
trackPatientDao.save(trackPatient);
|
|
|
if(trackPatient!=null){
|
|
|
trackPatient.setDel("0");
|
|
|
trackPatientDao.save(trackPatient);
|
|
|
}
|
|
|
}
|
|
|
}
|