Commit 9ae883ff414601ce4a16cc97d87180a470a32883

Authored by liquanyu
1 parent 06e71ed1b0

临西体重报告定制

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 9ae883f
... ... @@ -2062,6 +2062,7 @@
2062 2062 //临西热量计算
2063 2063 if (StringUtils.isNotEmpty(hospitalId) && "216".equals(hospitalId))
2064 2064 {
  2065 + map.put("kulStart","1500");
2065 2066 k1 = k1 < 1500 ? 1500 : k1;
2066 2067 }
2067 2068