Browse Source

修改提交病例信息

recovery
wang1007152140 4 years ago
parent
commit
2b72135e59
  1. 1
      tcm/src/main/java/com/ccsens/tcm/service/PatientService.java

1
tcm/src/main/java/com/ccsens/tcm/service/PatientService.java

@ -168,6 +168,7 @@ public class PatientService implements IPatientService {
}else if(patientRecordList.size()+1==inpatient.getCollectionNum()){
patientInformation.setInputStatus((byte)2);
}
patientInformationMapper.updateByPrimaryKeySelective(patientInformation);
}
}

Loading…
Cancel
Save