czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/api/view/repository/Api9115Rep.java
@@ -31,10 +31,10 @@
    /**
     * 单位信息
     * @param kqdm
     * @param bizId
     * @return
     */
    @Query("from Api9115 where kqdm =:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api9115> getDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api9115 where bizId =:bizId and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api9115> getDataByTime(@Param("bizId") String bizId, @Param("start") Date start, @Param("end") Date end);
}