Commit fd235f594183fcbb60a736e4343b84815b57e88b
1 parent
8be4c0c37e
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SmsConfigController.java
View file @
fd235f5
... | ... | @@ -132,7 +132,7 @@ |
132 | 132 | @RequestParam(required = true) String address, |
133 | 133 | @RequestParam(required = false) String remark, |
134 | 134 | @RequestParam(required = true) String hid, |
135 | - @RequestParam(required = true) String highConfig, | |
135 | + @RequestParam(required = false) String highConfig, | |
136 | 136 | @RequestParam(required = true) Integer status) { |
137 | 137 | return smsConfigFacade.addOrUpdateHospitalConfig(hospitalName, shortCode, provinceId, cityId, areaId, address, remark, |
138 | 138 | hid, highConfig, status); |