From 8aaf98abf54109252764f9c7f8bd5bf28c073241 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 27 十月 2025 09:19:53 +0800
Subject: [PATCH] 更换批号
---
src/main/resources/mapper/third/ExdMaterialMapper.xml | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/main/resources/mapper/third/ExdMaterialMapper.xml b/src/main/resources/mapper/third/ExdMaterialMapper.xml
index c0a1ed0..a7ca4a4 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>
+-- SELECT top 1 *
+-- FROM [Textile].[trade].[TianfuQcResult]
+-- where Barcode = #{barcode}
+ SELECT top 1 *
+ FROM TianfuQcResult
+ where Barcode = #{barcode}
-</mapper>
+ </select>
+
+ </mapper>
--
Gitblit v1.9.1