czt
2024-04-21 51a999d87421497bb7bb25e47965f78261f801c3
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);
}