fujunling
2023-07-05 43b449343715b398b9e1222b93d83f50f8e8e19e
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);