czt
2024-11-22 ac4532f3b908a0b2ec47f52fd9cad6f2d0fd5d53
src/main/java/com/fzzy/api/view/repository/Api1206Rep.java
@@ -25,4 +25,10 @@
    @Query("from Api1206 where ckjsdh=:ckjsdh ")
    List<Api1206> getDataById(@Param("ckjsdh") String ckjsdh);
    @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);
}