From 5de76c8f2409c0d1a759c4ee33967f2fbd8295c8 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 22 十月 2025 17:25:24 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/resources/mapper/third/ExdMaterialMapper.xml b/src/main/resources/mapper/third/ExdMaterialMapper.xml
index 183a266..a7ca4a4 100644
--- a/src/main/resources/mapper/third/ExdMaterialMapper.xml
+++ b/src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -30,12 +30,12 @@
     </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 *
+--             SELECT top 1 *
+--       FROM [Textile].[trade].[TianfuQcResult]
+--       where Barcode = #{barcode}
+           SELECT top 1 *
          FROM TianfuQcResult
-         where Barcode = #{barcode}-->
+         where Barcode = #{barcode}
 
        </select>
 

--
Gitblit v1.9.1