Commit a46f9c561dc087be1c5c53d613af433914cbae65
1 parent
b2cbea40de
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsTemplateFacade.java
View file @
a46f9c5
... | ... | @@ -213,6 +213,7 @@ |
213 | 213 | result.put("sendDate",str); |
214 | 214 | result.put("sendTimes", SendTimeEnums.getNameById(temp.getSendTimeType())); |
215 | 215 | result.put("status",(temp.getStatus() == null || temp.getStatus() == 0 ) ? "未启用" : "启用"); |
216 | + result.put("model",temp); | |
216 | 217 | results.add(result); |
217 | 218 | } |
218 | 219 | } |