Commit 0d158f52 authored by suhuiguang's avatar suhuiguang

1.未加注解

parent 1dfac7a8
......@@ -178,6 +178,7 @@ public class CommonController extends AbstractBaseController {
return CommonResponseUtil.success(users);
}
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(value = "查询公司下的风险模型(厂区、区域、风险点)")
@GetMapping(value = "/riskSource/list/{orgCode}",produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public CommonResponse getRiskSourceList(@PathVariable String orgCode){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment