YYC
2024-11-25 e14fe93dc50e5f7804af1fa1f7e2c40d953fd2b8
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);
}