From 8050285fdb292d324d36b44f112b287214a0a573 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 13 十月 2025 16:47:07 +0800
Subject: [PATCH] 对接

---
 src/main/resources/mapper/third/ExdMaterialMapper.xml |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/mapper/third/ExdMaterialMapper.xml b/src/main/resources/mapper/third/ExdMaterialMapper.xml
index c0a1ed0..fb92aca 100644
--- a/src/main/resources/mapper/third/ExdMaterialMapper.xml
+++ b/src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -30,14 +30,13 @@
     </select>
 
     <select id="getBacode" resultType="com.zy.third.entity.ExdvYanbu" parameterType="string">
-        <!--
-                SELECT top 1 *
-        FROM [Textile].[trade].[TianfuQcResult]
-        where Barcode = #{barcode}
-        -->
-        SELECT top 1 *
-        FROM ExdV_Yanbu
-        where Barcode = #{barcode}
+        <!--         SELECT top 1 *
+      FROM [Textile].[trade].[TianfuQcResult]
+      where Barcode = #{barcode}  -->
+    SELECT top 1 *
+      FROM TianfuQcResult
+      where Barcode = #{barcode}
+
     </select>
 
 </mapper>

--
Gitblit v1.9.1