From 4efbae5ec45efc1b84aa9bff29c855300f044b6a Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 15 十月 2025 08:25:12 +0800
Subject: [PATCH] 对接
---
src/main/resources/mapper/third/ExdMaterialMapper.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mapper/third/ExdMaterialMapper.xml b/src/main/resources/mapper/third/ExdMaterialMapper.xml
index 7b8589b..fb92aca 100644
--- a/src/main/resources/mapper/third/ExdMaterialMapper.xml
+++ b/src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -30,9 +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 [Textile].[trade].[TianfuQcResult]
+ where Barcode = #{barcode} -->
+ SELECT top 1 *
+ FROM TianfuQcResult
+ where Barcode = #{barcode}
+
</select>
</mapper>
--
Gitblit v1.9.1