|
|
@@ -41,10 +41,10 @@ public class RegionController {
|
|
|
}
|
|
|
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
- @Operation(summary = "地区树形结构-通用(异步)", description = "得到机构部门树")
|
|
|
+ @Operation(summary = "地区列表-异步构件树用", description = "得到机构部门树")
|
|
|
@RequestMapping(value = "getList", method = {RequestMethod.GET})
|
|
|
public ResultContent getList(
|
|
|
- @Parameter(name = "parentId", description = "上级id")
|
|
|
+ @Parameter(name = "parentId", description = "上级id,为空查询最上层", required = false)
|
|
|
@RequestParam(name = "parentId")
|
|
|
String parentId) {
|
|
|
return this.regionService.getListByParentCode(parentId);
|