YYC
2026-03-25 8c45ea14ec9922ca0885b7ce048ee47e80dfaeee
src/main/java/com/fzzy/api/view/repository/Api9109Rep.java
@@ -35,11 +35,11 @@
    /**
     * 单位信息
     * @param kqdm
     * @param bizId
     * @return
     */
    @Query("from Api9109 where kqdm =:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api9109> getDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api9109 where bizId =:bizId and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api9109> getDataByTime(@Param("bizId") String bizId, @Param("start") Date start, @Param("end") Date end);
    /**
     * 单位信息