Browse Source

修改数据

danch 2 months ago
parent
commit
1d09ca05e2

+ 1 - 1
jeecg-module-kms/src/main/java/org/jeecg/modules/kms/bas/controller/CategoryController.java

@@ -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));