Commit 389bac80592755a1c97c39ac72e4affbac91de2a
1 parent
10b9b2f801
Exists in
master
and in
6 other branches
检查报告
Showing 1 changed file with 4 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
389bac8
... | ... | @@ -133,9 +133,12 @@ |
133 | 133 | CheckByDate checkByItem = new CheckByDate(); |
134 | 134 | checkByItem.setTime("检验报告"); |
135 | 135 | checkByDate.add(checkByItem); |
136 | + | |
137 | + List<CheckType> checkType =new ArrayList<CheckType>(); | |
138 | + | |
136 | 139 | for (CheckResponse check : result) { |
137 | 140 | sortLisItems(check); |
138 | - List<CheckType> checkType =new ArrayList<CheckType>(); | |
141 | + | |
139 | 142 | |
140 | 143 | List<CheckResponse> result2 = new ArrayList<>(); |
141 | 144 |