CZT
2023-11-29 81f8164227bd019f8fe0233e0bebfe5614bfa644
src/main/java/com/fzzy/api/view/repository/Api1207Rep.java
@@ -26,4 +26,7 @@
    @Query("from Api1207 where dcdh=:dcdh ")
    List<Api1207> getDataByDcdh(@Param("dcdh") String dcdh);
    @Query("from Api1207 where dcdh=:dcdh ")
    List<Api1207> getDataById(@Param("dcdh") String dcdh);
}