From dd1ba2831c2e48596e6374154d41215e067336fc Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 25 七月 2023 16:26:37 +0800
Subject: [PATCH] #码垛位自动补充空板:驱动拆盘机输出托盘实装

---
 src/main/resources/mapper/WrkMastMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 66bfd2b..d516de5 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -285,11 +285,11 @@
 
     <!-- ==============================================RGV浠诲姟缁戝畾鐩稿叧 ============================================== -->
     <!-- ==============================================鑷姩琛ョ┖鏉跨浉鍏� ============================================== -->
-    <select id="selectConfigCount10468N" resultMap="BaseResultMap">
+    <select id="selectDischargingMachineOutputTray" resultMap="BaseResultMap">
         select * from dbo.asr_wrk_mast where 1=1 and io_type = 201
     </select>
 
-    <select id="selectExistInEmpty" resultType="java.lang.Integer">
+    <select id="selectConfigCount10468N" resultType="java.lang.Integer">
         SELECT COUNT(1) FROM dbo.sys_config Where 1=1 and id=10468 and value = 'N'
     </select>
 

--
Gitblit v1.9.1