YYC
2024-10-28 bfa4c9b7258cc25ed9d6e5511fede769b4ef5ea9
src/main/java/com/fzzy/api/view/repository/Api1310Rep.java
@@ -26,4 +26,7 @@
    @Query("from Api1310 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api1310> findPushDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api1310 where bizId=:bizId ")
    List<Api1310> getDataByBizId(@Param("bizId") String bizId);
}