xiejun
2023-07-05 d3239b6a098724db5a29b4f48ddad5f8a0402cea
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/mapper/CodeClassifyMapper.java
@@ -113,5 +113,8 @@
    */
   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);
}