田源
2023-07-19 60fd79e0eba3f62ca2f2d5077e1136c3faf71622
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);
}