ludc
2023-07-04 10c2ee4be4508c62b5980cc7059b1e8e95f7a3cc
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/mapper/CodeClassifyMapper.java
@@ -113,7 +113,7 @@
    */
   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);