From f55b2623f09b0b902f991c701c67a2a6f2577057 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 23 四月 2024 11:07:53 +0800 Subject: [PATCH] 调整order指令包结构 --- src/main/java/com/fzzy/api/view/repository/Api1206Rep.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/repository/Api1206Rep.java b/src/main/java/com/fzzy/api/view/repository/Api1206Rep.java index ff212bc..d4b25f4 100644 --- a/src/main/java/com/fzzy/api/view/repository/Api1206Rep.java +++ b/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); } -- Gitblit v1.9.3