From 9174ba00b1823f44f5efe5902c8d75e7f7392596 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 18 四月 2024 20:04:11 +0800
Subject: [PATCH] 根据统一编码,调整宁夏省平台数据封装

---
 src/main/java/com/fzzy/api/view/repository/Api1204Rep.java |    9 +++++++++
 1 files changed, 9 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 f7eb291..10c3eb7 100644
--- a/src/main/java/com/fzzy/api/view/repository/Api1204Rep.java
+++ b/src/main/java/com/fzzy/api/view/repository/Api1204Rep.java
@@ -23,4 +23,13 @@
 
     @Query("from Api1204 where kqdm=:kqdm and zhgxsj >=:start and zhgxsj <:end order by zhgxsj ")
     List<Api1204> findPushDataByTime(@Param("kqdm") String kqdm, @Param("start") Date start, @Param("end") Date end);
+
+    @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