From 0970ed5ac8c8fd31d08fb5bc9f98ae01d0d6fbd4 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期一, 27 十月 2025 18:47:37 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/WrkDetlLogMapper.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/WrkDetlLogMapper.xml b/src/main/resources/mapper/WrkDetlLogMapper.xml
index bef4275..ceb61b7 100644
--- a/src/main/resources/mapper/WrkDetlLogMapper.xml
+++ b/src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -45,6 +45,12 @@
<result column="appe_user" property="appeUser"/>
<result column="appe_time" property="appeTime"/>
<result column="memo" property="memo"/>
+ <result column="standby1" property="standby1" />
+ <result column="standby2" property="standby2" />
+ <result column="standby3" property="standby3" />
+ <result column="box_type1" property="boxType1" />
+ <result column="box_type2" property="boxType2" />
+ <result column="box_type3" property="boxType3" />
</resultMap>
<sql id="batchSeq">
@@ -65,6 +71,12 @@
<if test="batch != null and batch != ''">
and a.batch like concat('%',#{batch},'%')
</if>
+ <if test="sku != null and sku != ''">
+ and a.sku like concat('%',#{sku},'%')
+ </if>
+ <if test="memo != null and memo != ''">
+ and a.memo like concat('%',#{memo},'%')
+ </if>
<if test="matnr != null and matnr != ''">
and a.matnr like concat('%',#{matnr},'%')
</if>
--
Gitblit v1.9.1