src/main/java/com/fzzy/api/view/repository/Api9116Rep.java
@@ -37,11 +37,11 @@ /** * 单位信息 * @param kqdm * @param bizId * @return */ @Query("from Api9116 where kqdm =:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ") List<Api9116> getDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end); @Query("from Api9116 where bizId =:bizId and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ") List<Api9116> getDataByTime(@Param("bizId") String bizId, @Param("start") Date start, @Param("end") Date end); /** * 单位信息