From 6af7661ac19895e577606f0b3a2982c63923935c Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期四, 11 十二月 2025 16:59:39 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkDetlMapper.xml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index da1c6d3..4be4902 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -24,10 +24,19 @@
<result column="modi_time" property="modiTime" />
<result column="appe_user" property="appeUser" />
<result column="appe_time" property="appeTime" />
+ <result column="box_type3" property="boxType3"/>
+ <result column="standby1" property="standby1"/>
+ <result column="standby2" property="standby2"/>
+ <result column="standby3" property="standby3"/>
+ <result column="order_no" property="orderNo"/>
+
</resultMap>
<select id="findByWorkNo" resultMap="BaseResultMap">
- select wrk_no, matnr, maktx, anfme ,specs from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
+ select * from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
+ </select>
+ <select id="findByBarcode" resultMap="BaseResultMap">
+ select * from asr_wrk_detl where 1=1 and zpallet = #{barcode} and wrk_no != 9996
</select>
<update id="updateIoTime">
--
Gitblit v1.9.1