YYC
2025-06-30 a1a25c1830029c6eb3a8fc6ce4d23d7a20b3a515
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);
}