xiejun
2023-12-06 a99b058120879a75442e6bbaebd44c4c183153b6
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeClassifyTemplateController.java
@@ -93,6 +93,7 @@
      IPage<CodeClassifyTemplateVO> pages = plCodeClstemplateService.selectPlCodeClstemplatePage(Condition.getPage(query), plCodeClstemplate);
      return R.data(pages);
   }
   /**
    * 克隆
    * @param codeClassifyDTO
@@ -100,7 +101,6 @@
    */
   @PostMapping( "/copy")
   public R copyTemplate(@RequestBody CodeClassifyTemplateDTO codeClassifyDTO) {
      return plCodeClstemplateService.copyTemplate(codeClassifyDTO);
   }
@@ -175,7 +175,6 @@
      return  plCodeClstemplateService.gridCodeClassifyTemplate(baseQueryObject.getConditionMap(),baseQueryObject.getPageHelper());
   }
   /**
    * 检查 分类模板对象是否删除
    * @param codeClstemplateDTO 分类模板对象数据传输对象,必须要有oid和ts属性
@@ -229,6 +228,7 @@
   public List<Tree> referTree(TreeQueryObject treeQueryObject)  {
      return plCodeClstemplateService.referTree(treeQueryObject);
   }
   /**
    * 增加 分类模板对象
    * @param codeClassifyTemplateDTO 分类模板对象数据传输对象