Commit f714171be05b000332014d3e56de03ab668b3d38
1 parent
85f9f72f2c
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
f714171
... | ... | @@ -608,7 +608,6 @@ |
608 | 608 | if (CollectionUtils.isNotEmpty(list)) { |
609 | 609 | for (AntExManagerResult aer : list) { |
610 | 610 | data.put("checkTime", aer.getCheckTime()); |
611 | - data.put("barCode", aer.getBarCode()); | |
612 | 611 | data.put("name", aer.getName()); |
613 | 612 | data.put("age", aer.getAge()); |
614 | 613 | data.put("cDueWeek", aer.getcDueWeek()); |
... | ... | @@ -627,7 +626,6 @@ |
627 | 626 | OutputStream out = httpServletResponse.getOutputStream(); |
628 | 627 | Map<String, String> cnames = new LinkedHashMap<>(); |
629 | 628 | cnames.put("checkTime", "产检日期"); |
630 | - cnames.put("barCode", "条形码"); | |
631 | 629 | cnames.put("name", "姓名"); |
632 | 630 | cnames.put("age", "年龄"); |
633 | 631 | cnames.put("cDueWeek", "产检孕周"); |