From 8faa1d379ed06d8913b096007f8a6e7fd248b4ea Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期三, 06 三月 2024 19:05:30 +0800
Subject: [PATCH] 优化上海接口,出入库信息绑定结算单号

---
 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