czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/api/view/repository/Api1310Rep.java
@@ -26,4 +26,10 @@
    @Query("from Api1310 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
    List<Api1310> findPushDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
    @Query("from Api1310 where bizId=:bizId ")
    List<Api1310> getDataByBizId(@Param("bizId") String bizId);
    @Query("from Api1310 where hwdm=:hwdm and jylb=:jylb order by zhgxsj")
    List<Api1310> getDataByHwdm(@Param("hwdm") String hwdm,@Param("jylb") String jylb);
}