Commit 087602d3ed91051fa50986482db4c8df3757f0ec
1 parent
2efb1e813c
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 5 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsConfigFacade.java
View file @
087602d
... | ... | @@ -1051,15 +1051,15 @@ |
1051 | 1051 | Map<String, String> cnames = new LinkedHashMap<>(); |
1052 | 1052 | cnames.put("hospitalName", "医院"); |
1053 | 1053 | cnames.put("smsType", "消息类型"); |
1054 | - cnames.put("phone", "电话号码"); | |
1055 | 1054 | cnames.put("objType", "对象类型"); |
1056 | - cnames.put("planTime", "计划发送时间"); | |
1057 | - cnames.put("actualTime", "实际发送时间"); | |
1058 | - cnames.put("timeType", "是否及时"); | |
1059 | - cnames.put("smsStatus", "推送状态"); | |
1055 | + cnames.put("phone", "电话号码"); | |
1060 | 1056 | cnames.put("first", "推送内容"); |
1061 | 1057 | cnames.put("keyword1","推送关键词"); |
1062 | 1058 | cnames.put("keyword2","推送关键词2"); |
1059 | + cnames.put("smsStatus", "推送状态"); | |
1060 | + cnames.put("timeType", "是否及时"); | |
1061 | + cnames.put("planTime", "计划发送时间"); | |
1062 | + cnames.put("actualTime", "实际发送时间"); | |
1063 | 1063 | cnames.put("remark", "推送备注"); |
1064 | 1064 | httpServletResponse.setContentType("application/octet-stream"); |
1065 | 1065 | httpServletResponse.setCharacterEncoding("UTF-8"); |