czt
2025-09-25 8e095a4a2e882e31836e98742bf4f408233bd351
src/main/java/com/fzzy/api/view/repository/Api9113Rep.java
@@ -35,11 +35,11 @@
    /**
     * 单位信息
     * @param kqdm
     * @param bizId
     * @return
     */
    @Query("from Api9113 where kqdm =:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api9113> getDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api9113 where bizId =:bizId and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api9113> getDataByTime(@Param("bizId") String bizId, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api9113 where hwdm =:hwdm ")