From 5486716475c910f7d44ed30e0078888955085728 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 20 一月 2026 13:07:09 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkMastMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 9424cb1..ad5beb1 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -85,7 +85,7 @@
</select>
<select id="selectPakInStep1" resultMap="BaseResultMap">
- select top 1 * from asr_wrk_mast where source_sta_no=#{sourceStaNo} and wrk_sts=2 and barcode=#{barcode} and (io_type=1 or io_type=10) order by io_pri desc,io_time,wrk_no ASC
+ select top 1 * from asr_wrk_mast where source_sta_no=#{sourceStaNo} and wrk_sts=2 and barcode=#{barcode} and (io_type=1 or io_type=10 or io_type = 53 or io_type = 57) order by io_pri desc,io_time,wrk_no ASC
</select>
<select id="selectPakInStepBarcode" resultMap="BaseResultMap">
select top 1 * from dbo.asr_wrk_mast where barcode = #{barcode}
--
Gitblit v1.9.1