| | |
| | | */ |
| | | List<CodeClassify> selectByFieldNamePath(@Param("fieldPath") String fieldPath,@Param("fieldName") String fieldName); |
| | | |
| | | public List<CodeClassify> getIdPathToNamePathByParentId(@Param("parentId")String parentId); |
| | | List<CodeClassify> getIdPathToNamePathByParentId(@Param("parentId")String parentId); |
| | | |
| | | CodeClassify selectByIdRel(@Param("oid") String oid); |
| | | /** |
| | |
| | | left join pl_code_resemblerule coderesembleruleoid |
| | | on codeclassify0.codeResembleRuleOid = coderesembleruleoid.oid |
| | | where codeclassify0.lcstatus = #{lcstatus} |
| | | and codeclassify0.parentcodeclassifyoid = ( |
| | | and codeclassify0.parentcodeclassifyoid in ( |
| | | SELECT |
| | | OID |
| | | FROM |