From 870bbe6cb445bda71a16e019546d926dbd89cab1 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 25 七月 2023 10:40:58 +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 6bc29f0..eca0917 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -180,8 +180,8 @@
<select id="selectPickStepByBarcode" resultMap="BaseResultMap">
select top 1 * from asr_wrk_mast
- where io_type in (53)
- and wrk_sts in (34)
+ where io_type in (53,103)
+ and wrk_sts in (2,34)
and barcode = #{barcode}
order by io_pri desc,wrk_sts desc
</select>
--
Gitblit v1.9.1