CZT
2023-12-21 d1b7f2eb67cd87edc4b5eb11def5acba07c75698
src/main/java/com/fzzy/api/view/repository/Api1303Rep.java
@@ -26,4 +26,7 @@
    @Query("from Api1303 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api1303> findPushDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api1303 where bizId=:bizId ")
    List<Api1303> getDataByBizId(@Param("bizId") String bizId);
}