Commit 0d1822429c90546459b0e418cd312833d577adb5
1 parent
8a28f018c0
Exists in
master
and in
6 other branches
分娩排序
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java
View file @
0d18224
| ... | ... | @@ -190,7 +190,7 @@ |
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | // 根据查询规则构造返回bean |
| 193 | - List<Object> objectList = new ArrayList<>(); | |
| 193 | + List<Object> objectList = new LinkedList<>(); | |
| 194 | 194 | if (childbirthManagerResult.getData() != null) { |
| 195 | 195 | for (Object temp : childbirthManagerResult.getData()) { |
| 196 | 196 | Organization og = organizationService.getOrganization(Integer.valueOf(hospitalId)); |