Commit dd18f46416ea62e54ffe788e36a4ef6d26051646

Authored by landong2015
1 parent 77db72925d

提交代码

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisCrisisItemController.java View file @ dd18f46
... ... @@ -94,7 +94,6 @@
94 94 map.put("week",data.getWeek());
95 95 map.put("pId",data.getPid());
96 96 map.put("patientId",data.getPatientId());
97   -
98 97 list.add(map);
99 98 }
100 99