| | |
| | | List<CodeClassifyValueVO> codeClassifyValueVOS= codeClassifyValueService.listCodeClassifyValueBySecOid(secOid,parentClassifyValueOid); |
| | | return R.data(codeClassifyValueVOS); |
| | | } |
| | | |
| | | /** |
| | | * 主题库分类树 |
| | | * @param treeQueryObject 树形查询对象 |
| | |
| | | */ |
| | | @GetMapping("/treeCodeClassify") |
| | | public R<List<Tree>> treeCodeClassify(TreeQueryObject treeQueryObject) { |
| | | List<Tree> treeList= codeClassifyService. treeCodeClassify(treeQueryObject); |
| | | List<Tree> treeList = codeClassifyService.treeCodeClassify(treeQueryObject); |
| | | return R.data(treeList); |
| | | } |
| | | |
| | |
| | | Map<String,String> codtionMap=new HashMap<>(); |
| | | codtionMap.put("oid",oid); |
| | | codtionMap.put("classifyGroupCode",classifyGroupCode); |
| | | return R.data(mdmEngineService.checkGroupCode(codtionMap)); |
| | | return mdmEngineService.checkGroupCode(codtionMap); |
| | | } |
| | | } |