Commit 7fc2df72411f88907ac5b4f2976a81a05cd86c13

Authored by liquanyu
1 parent 915557fa05

短信模板

Showing 1 changed file with 1 additions and 0 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java View file @ 7fc2df7
... ... @@ -167,6 +167,7 @@
167 167 rootMap.put("id",e.getId());
168 168 rootMap.put("name", e.getName());
169 169 rootMap.put("pid", e.getPid());
  170 + list.add(rootMap);
170 171 }
171 172 }
172 173 return list;