From 2b46a7f45b1b8f054f6d86d9b14128f893c6a925 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 10 十一月 2023 15:21:01 +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 626a234..1812fb2 100644 --- a/src/main/resources/mapper/WrkMastMapper.xml +++ b/src/main/resources/mapper/WrkMastMapper.xml @@ -187,7 +187,7 @@ <select id="selectPickStepByBarcode" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast - where io_type in (53,103) + where io_type in (53,103,107) and wrk_sts in (2,3,34,29) and barcode = #{barcode} order by io_pri desc,wrk_sts desc -- Gitblit v1.9.1