|
@@ -171,9 +171,7 @@ public class SysUserController extends ApiBaseController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/searchOrg")
|
|
|
- @ApiOperation(value = "查询组织机构",
|
|
|
- notes = "参数:{parType:'xxxxxxxxxxxxxxxxxxxx'," +
|
|
|
- "parValue:'xxx'")
|
|
|
+ @ApiOperation(value = "查询组织架构",notes = "参数:{'parType':'1','parValue':'xxx'}" )
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "params" , paramType = "body")
|
|
|
})
|