YYC
2024-11-08 01a9e07288902ff84bf3007030be6a72e2150679
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);
}