czt
2024-11-27 416380997a1e0c473c85826c361ebe38d21169fb
src/main/java/com/fzzy/api/view/repository/Api1502Rep.java
@@ -32,4 +32,7 @@
    */
   @Query("from Api1502 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
   List<Api1502> findPushDataTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
   @Query("from Api1502 where id =:id ")
   List<Api1502> findDateById(@Param("id") String id);
}