czt
2024-11-01 dbef4eea6194ffba3bd25f978b33e09d65f5a6de
src/main/java/com/fzzy/api/view/repository/Api1204Rep.java
@@ -29,4 +29,7 @@
    @Query("from Api1204 where hth=:hth ")
    List<Api1204> getDataByHth(@Param("hth") String hth);
    @Query("from Api1204 where hth=:hth and hwdm=:hwdm")
    List<Api1204> getDataByHthAndHwdm(@Param("hth") String hth, @Param("hwdm") String hwdm);
}