Commit 4af918fd01f65137ad15f471414c53ba08c0a3bb
1 parent
e780591057
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 @
4af918f
| ... | ... | @@ -304,8 +304,8 @@ |
| 304 | 304 | @TokenRequired |
| 305 | 305 | @RequestMapping(value = "/uploadingProvince", method = RequestMethod.POST) |
| 306 | 306 | public BaseResponse uploadingProvince(@RequestBody PreEugenicsBaseModel baseModel) { |
| 307 | - lhxfyService.uploadingProvince(baseModel.getIds()); | |
| 308 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); | |
| 307 | + BaseResponse baseResponse=lhxfyService.uploadingProvince(baseModel.getIds()); | |
| 308 | + return baseResponse; | |
| 309 | 309 | } |
| 310 | 310 | |
| 311 | 311 | } |