|
@@ -299,7 +299,7 @@ public class CategoryController extends JeecgController<Category, ICategoryServi
|
|
|
* @return
|
|
|
*/
|
|
|
//@AutoLog(value = "基础资料-知识-分类-通过id查询")
|
|
|
- @ApiOperation(value = "基础资料-知识-分类-通过id查询", notes = "基础资料-知识-分类-通过id查询")
|
|
|
+ @ApiOperation(value = "基础资料-知识-分类-通过id查询", notes = "基础资料-知识-分类-通过id查询(包括阔逻辑删除的数据")
|
|
|
@GetMapping(value = "/queryParentNodeById")
|
|
|
public Result<List<Category>> queryParentNodeById(@RequestParam(name = "id", required = true) String id) {
|
|
|
return Result.OK(categoryService.queryParentNodeById(id));
|