czt
2025-01-03 3e8e2bfdfbcf06659d7734d3e1cb63fd0f46c35d
src/main/java/com/fzzy/api/view/repository/Api1206Rep.java
@@ -28,4 +28,7 @@
    @Query("from Api1206 where hth=:hth ")
    List<Api1206> getDataByHth(@Param("hth") String hth);
    @Query("from Api1206 where hth=:hth and hwdm=:hwdm")
    List<Api1206> getDataByHthAndHwdm(@Param("hth") String hth, @Param("hwdm") String hwdm);
}