From bcd046ee24ce63d23827f724697457012cf7ca81 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 15 十月 2025 10:27:46 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/third/ExdMaterialMapper.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/mapper/third/ExdMaterialMapper.xml b/src/main/resources/mapper/third/ExdMaterialMapper.xml
index fb92aca..183a266 100644
--- a/src/main/resources/mapper/third/ExdMaterialMapper.xml
+++ b/src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -30,13 +30,13 @@
</select>
<select id="getBacode" resultType="com.zy.third.entity.ExdvYanbu" parameterType="string">
- <!-- SELECT top 1 *
+ SELECT top 1 *
FROM [Textile].[trade].[TianfuQcResult]
- where Barcode = #{barcode} -->
- SELECT top 1 *
- FROM TianfuQcResult
where Barcode = #{barcode}
+ <!-- SELECT top 1 *
+ FROM TianfuQcResult
+ where Barcode = #{barcode}-->
- </select>
+ </select>
-</mapper>
+ </mapper>
--
Gitblit v1.9.1