Commit be3e461a219687fefe7e7187d2403051ffc755b1

Authored by liquanyu
1 parent df3e2aa958

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisCrisisItemController.java View file @ be3e461
... ... @@ -108,6 +108,7 @@
108 108 map.put("week", data.getWeek() + "周");
109 109 }
110 110 map.put("pId", data.getPid());
  111 + map.put("pid", data.getPid());
111 112 map.put("patientId", data.getPatientId());
112 113  
113 114 list.add(map);