czt
2024-12-04 4cd59354a33d72da0da52540adc4a0262e4aa9d0
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);
}