Commit dbbf4e62c9fe179339420d58d0afda10541b0127

Authored by jesse.wang
1 parent ac8577dcca

大同颜色

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