src/main/java/com/fzzy/api/view/repository/Api1208Rep.java
@@ -36,4 +36,7 @@ */ @Query("from Api1208 where hwdm=:hwdm order by zhgxsj desc") List<Api1208> findDataByHwdm(@Param("hwdm") String hwdm); @Query("from Api1208 where hwdm=:hwdm and zhgxsj <=:end order by zhgxsj desc") List<Api1208> getDataOne(@Param("hwdm") String hwdm, @Param("end") Date end); }