Commit fce11713421b328a697dd21e40146a0d8b090783

Authored by liquanyu
1 parent 0c311445f8

update code

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ fce1171
... ... @@ -1186,7 +1186,8 @@
1186 1186 public void saveTrackCount(Date nextCheckTime,Patients patients)
1187 1187 {
1188 1188 TrackCountRecord record = new TrackCountRecord();
1189   - record.setPid(patients.getHospitalId());
  1189 + record.setHospitalId(patients.getHospitalId());
  1190 + record.setPid(patients.getPid());
1190 1191 record.setPatientId(patients.getId());
1191 1192 record.setNextCheckTime(nextCheckTime);
1192 1193 record.setCreated(new Date());