| | |
| | | * @param oid 分类的主键 |
| | | * @return 数据集合 |
| | | */ |
| | | List<CodeClassify> selectCodeClassifyVOByTree(@Param("oid") String oid); |
| | | List<CodeClassify> selectCodeClassifyVOByTree(@Param("oid") String oid,@Param("tenantId") String tenantId); |
| | | |
| | | /** |
| | | * 查找树形结构 |
| | | * |
| | | * @return 数据集合 |
| | | */ |
| | | List<CodeClassify> selectCodeClassifyDOByTree(@Param("id") String id,@Param("lcstatus") String lcstatus,@Param("parentcodeclassifyoid") String parentcodeclassifyoid); |
| | | List<CodeClassify> selectCodeClassifyDOByTree(@Param("id") String id,@Param("lcstatus") String lcstatus,@Param("parentcodeclassifyoid") String parentcodeclassifyoid,@Param("tenantId") String tenantId); |
| | | |
| | | /** |
| | | * 查询数据与PL_CODE_KEYATTRREPEAT、PL_CODE_RESEMBLERULE、PL_CODE_RULE联查 |
| | |
| | | */ |
| | | List<CodeClassify> selectByFieldNamePath(@Param("fieldPath") String fieldPath,@Param("fieldName") String fieldName); |
| | | |
| | | public List<CodeClassifyVO> getIdPathToNamePathByParentId(@Param("parentId")String parentId); |
| | | public List<CodeClassify> getIdPathToNamePathByParentId(@Param("parentId")String parentId); |
| | | |
| | | |
| | | CodeClassify selectByIdRel(@Param("oid") String oid); |
| | | } |