From 2c3e7ada714806b093be9147c715c3c232f5591b Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期一, 11 八月 2025 15:40:02 +0800 Subject: [PATCH] #自动生成衔接任务 --- src/main/resources/mapper/WrkMastMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml index 7921056..296c581 100644 --- a/src/main/resources/mapper/WrkMastMapper.xml +++ b/src/main/resources/mapper/WrkMastMapper.xml @@ -188,6 +188,9 @@ <select id="selectPickStep2" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where barcode = #{barcode} and (wrk_sts=14 and io_type=107) or (wrk_sts=2 and io_type=57) </select> + <select id="selectPickStep3" resultMap="BaseResultMap"> + select top 1 * from asr_wrk_mast where barcode = #{barcode} and (wrk_sts=14 and io_type=107) or (wrk_sts=2 and io_type=57) + </select> <select id="selectByWrkNo" resultMap="BaseResultMap"> select * from asr_wrk_mast where wrk_no = #{wrkNo} -- Gitblit v1.9.1