| | |
| | | * @param oid 分类的主键 |
| | | * @return 数据集合 |
| | | */ |
| | | List<CodeClassify> selectAllLevelChildHasPath(@Param("oid") String oid); |
| | | List<CodeClassify> selectAllLevelChildHasPath(@Param("oid") String oid,@Param("fieldInPath")String fieldInPath); |
| | | |
| | | |
| | | @MapKey("OID") |
| | |
| | | */ |
| | | 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); |
| | | } |