Commit db7697d05064bef4dcdc4487c5bf7ed56a816d55

Authored by liquanyu
1 parent 5a9ea04b9e

update code

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ db7697d
... ... @@ -1542,6 +1542,7 @@
1542 1542 Patients pat = patientsService.findOnePatientById(model.getPatientId());
1543 1543 if (pat != null)
1544 1544 {
  1545 + model.setHospitalId(pat.getHospitalId());
1545 1546 model.setPid(pat.getPid());
1546 1547 }
1547 1548 }