YYC
2025-01-07 7461520ce42bb22f3ef8ee9d97d26bf0e9215d1e
src/main/java/com/fzzy/api/view/repository/Api1107Rep.java
@@ -35,4 +35,8 @@
     */
    @Query("from Api1107 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api1107> findPushDataTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api1107 where bizId=:bizId ")
    List<Api1107> getDataByBizId(@Param("bizId") String bizId);
}