From 4ef4e287fe6597543a9628b6dae294c19f2b1d9c Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 22 十月 2025 10:50:41 +0800
Subject: [PATCH] 1.新增订单出库挑选功能 2.新增订单明细表

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