Commit f6f638de4c9a085b3c8caf30f646ac422a9f6e3e
1 parent
d203b670c4
Exists in
master
and in
1 other branch
医院基础配置
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SmsConfigController.java
View file @
f6f638d
... | ... | @@ -137,7 +137,8 @@ |
137 | 137 | List<Map> highLibs = new ArrayList(); |
138 | 138 | |
139 | 139 | Map<String,String> map = new HashMap(); |
140 | - map.put("1","测试高危版"); | |
140 | + map.put("id","1"); | |
141 | + map.put("name","测试高危版"); | |
141 | 142 | highLibs.add(map); |
142 | 143 | BaseObjectResponse objectResponse = new BaseObjectResponse(); |
143 | 144 | objectResponse.setData(highLibs); |