Commit a4b1e1fc929ad422d72cb890c06e4c1e5e7c3248

Authored by liquanyu
1 parent a52de928dc

update

Showing 1 changed file with 3 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ a4b1e1f
... ... @@ -2167,8 +2167,9 @@
2167 2167 isCurrentHosp = true;
2168 2168 buildInfo = build;
2169 2169 }
2170   -
  2170 + Map <String, String> buildRecords = new HashMap <>();
2171 2171 if (build.getYn() == YnEnums.YES.getId()) {
  2172 + buildRecords.clear();
2172 2173 result.setIsBuild(true);
2173 2174 }
2174 2175  
... ... @@ -2177,7 +2178,7 @@
2177 2178 }
2178 2179  
2179 2180  
2180   - Map <String, String> buildRecords = new HashMap <>();
  2181 +
2181 2182 buildRecords.put("id", build.getId());
2182 2183 buildRecords.put("buildDate", DateUtil.getyyyy_MM_dd(build.getBuildDate()));
2183 2184 buildRecords.put("hospitalId", build.getHospitalId());