Commit dbbf4e62c9fe179339420d58d0afda10541b0127
1 parent
ac8577dcca
Exists in
master
and in
6 other branches
大同颜色
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 @
dbbf4e6
| ... | ... | @@ -43,7 +43,7 @@ |
| 43 | 43 | */ |
| 44 | 44 | @RequestMapping(method = RequestMethod.GET, value = "/findNewHighRisk") |
| 45 | 45 | @ResponseBody |
| 46 | - public BaseResponse findNewHighRisk(@RequestParam("orgId") String orgId) { | |
| 46 | + public BaseResponse findNewHighRisk( String orgId) { | |
| 47 | 47 | return basicConfigFacade.findNewHighRisk(orgId); |
| 48 | 48 | } |
| 49 | 49 |