From 36eacf7f2ab1ce7f0c40439b3ee6d13ecfcc5265 Mon Sep 17 00:00:00 2001
From: ws <ws@123.com>
Date: 星期一, 25 十一月 2024 10:01:57 +0800
Subject: [PATCH] 调整-上海对农接口1

---
 src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java b/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java
index e4867a2..89efdf2 100644
--- a/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java
+++ b/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java
@@ -19,4 +19,14 @@
     @Query("from Fz35InoutCustomer where deptId=:deptId order by id ")
     List<Fz35InoutCustomer> listInoutCustomer(@Param("deptId") String deptId);
 
+    /**
+     * 鏍规嵁淇℃伅鑾峰彇瀹㈡埛鍗曚綅淇℃伅
+     *
+     * @return
+     */
+    @Query("from Fz35InoutCustomer where companyId=:companyId order by id ")
+    List<Fz35InoutCustomer> listInoutCustomerByCompanyId(@Param("companyId") String companyId);
+
+    @Query("from Fz35InoutCustomer where id=:id order by id ")
+    List<Fz35InoutCustomer> getDataById(@Param("id") String id);
 }

--
Gitblit v1.9.3