ci: 通用树形回显接口文档调整

This commit is contained in:
2024-08-06 17:43:46 +08:00
parent b8186dfb29
commit 4a32843f15
@@ -40,8 +40,8 @@ public class LawsDictTreeController {
return Result.OK(list);
}
@AutoLog(value = "树形结构-零部件树选中回显")
@ApiOperation(value = "树形结构-零部件树选中回显", notes = "树形结构-零部件树选中回显")
@AutoLog(value = "树形结构-通用树形选中回显")
@ApiOperation(value = "树形结构-通用树形选中回显", notes = "树形结构-通用树形选中回显")
@PostMapping("/echo")
public Result<List<SysDictItem>> queryEcho(@RequestBody Map<String, String> map) {
List<SysDictItem> list = dictTreeService.queryEcho(map.get("selectNodeCodes"), map.get("dictId"));