From 3784765629e62d553ddca4791bc4999b8f2cc05a Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 09 六月 2025 22:32:53 +0800
Subject: [PATCH] rgv放货完成,rgv未复位
---
src/main/resources/mapper/WrkMastMapper.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index b86468f..e1113c7 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -55,6 +55,7 @@
<result column="log_mk" property="logMk" />
<result column="log_err_time" property="logErrTime" />
<result column="log_err_memo" property="logErrMemo" />
+ <result column="Pdc_type" property="pdcType" />
<result column="barcode" property="barcode" />
<!-- <result column="Pdc_type" property="PdcType" />-->
<result column="ctn_no" property="ctnNo" />
@@ -62,7 +63,7 @@
<result column="rgv_no" property="rgvNo" />
<result column="rgv_ssta_no" property="rgvSstaNo" />
<result column="rgv_dsta_no" property="rgvDstaNo" />
-
+ <result column="work_no_other" property="workNoOther" />
</resultMap>
<select id="selectByLocNo" resultMap="BaseResultMap">
@@ -98,7 +99,7 @@
</select>
<select id="selectPakInStep2" resultMap="BaseResultMap">
- select top 1 * from dbo.asr_wrk_mast where wrk_sts=2 and crn_no=#{crnNo} and wrk_no=#{workNo} and sta_no=#{staNo} and (io_type=1 or io_type=10 or io_type=53 or io_type=54 or io_type=57) order by io_pri desc,io_time,wrk_no ASC
+ select top 1 * from dbo.asr_wrk_mast where wrk_sts=2 and crn_no=#{crnNo} and wrk_no=#{workNo} and (io_type=1 or io_type=10 or io_type=53 or io_type=54 or io_type=57) order by io_pri desc,io_time,wrk_no ASC
</select>
<select id="selectPakInStep3" resultMap="BaseResultMap">
--
Gitblit v1.9.1