From 667bbb037d3beb3f6a4fd274ff813bf44aa10698 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 17 十月 2025 13:29:09 +0800
Subject: [PATCH] 1.删除入库通知档时自动对agv站点进行解绑
---
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