Commit e82b45b9772e3da9f5f2894a304b031edf5822fd
1 parent
4717a653a6
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PreEugenicsBaseController.java
View file @
e82b45b
... | ... | @@ -302,8 +302,8 @@ |
302 | 302 | */ |
303 | 303 | @ResponseBody |
304 | 304 | @TokenRequired |
305 | - @RequestMapping(value = "/uploadingProvince/{ids}", method = RequestMethod.POST) | |
306 | - public BaseResponse uploadingProvince(@PathVariable("ids") List<String> ids) { | |
305 | + @RequestMapping(value = "/uploadingProvince", method = RequestMethod.PUT) | |
306 | + public BaseResponse uploadingProvince(List<String> ids) { | |
307 | 307 | lhxfyService.uploadingProvince(ids); |
308 | 308 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
309 | 309 | } |