From a63ccbac7d05e8f7592fd2040275770d59f67c5f Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期四, 05 十二月 2024 11:21:47 +0800 Subject: [PATCH] 同步调整 --- src/main/java/com/fzzy/api/view/repository/Api1204Rep.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/repository/Api1204Rep.java b/src/main/java/com/fzzy/api/view/repository/Api1204Rep.java index 4eebaeb..10c3eb7 100644 --- a/src/main/java/com/fzzy/api/view/repository/Api1204Rep.java +++ b/src/main/java/com/fzzy/api/view/repository/Api1204Rep.java @@ -26,4 +26,10 @@ @Query("from Api1204 where rkjsdh=:rkjsdh ") List<Api1204> getDataById(@Param("rkjsdh") String rkjsdh); + + @Query("from Api1204 where hth=:hth ") + List<Api1204> getDataByHth(@Param("hth") String hth); + + @Query("from Api1204 where hth=:hth and hwdm=:hwdm") + List<Api1204> getDataByHthAndHwdm(@Param("hth") String hth, @Param("hwdm") String hwdm); } -- Gitblit v1.9.3