Commit b40f3ca3550a005d0f9f8128295d13af790cdf0b

Authored by liquanyu
1 parent a4b1e1fc92

update

Showing 1 changed file with 0 additions and 6 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ b40f3ca
... ... @@ -2173,12 +2173,6 @@
2173 2173 result.setIsBuild(true);
2174 2174 }
2175 2175  
2176   - if (build != null && build.getYn() == YnEnums.NO.getId()) {
2177   - continue;
2178   - }
2179   -
2180   -
2181   -
2182 2176 buildRecords.put("id", build.getId());
2183 2177 buildRecords.put("buildDate", DateUtil.getyyyy_MM_dd(build.getBuildDate()));
2184 2178 buildRecords.put("hospitalId", build.getHospitalId());