YYC
2024-12-05 a63ccbac7d05e8f7592fd2040275770d59f67c5f
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);
}