Commit c5a35824b20b926c26351822bb6de2da1d0536e0
1 parent
91a96e8501
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BasicConfigController.java
View file @
c5a3582
... | ... | @@ -211,7 +211,7 @@ |
211 | 211 | @RequestMapping(method = RequestMethod.POST, value = "/addCheckItemConfig") |
212 | 212 | @ResponseBody |
213 | 213 | @TokenRequired |
214 | - public BaseResponse addCheckItemConfig(@Valid @RequestBody CheckItemConfig itemConfig,HttpServletRequest request) { | |
214 | + public BaseResponse addCheckItemConfig(@RequestBody CheckItemConfig itemConfig,HttpServletRequest request) { | |
215 | 215 | return basicConfigFacade.addCheckItemConfig(itemConfig,getUserId(request)); |
216 | 216 | } |
217 | 217 |