CZT
2023-12-14 bb553634dfca6d5df3311f89c69eacced5e01e74
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);
}