From 757f103f37d83dfb55bb49b3df0b805cb520d4f7 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期六, 11 十月 2025 15:28:26 +0800 Subject: [PATCH] 第三版 --- src/main/resources/mapper/LocDetlMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml index 3d1dedc..31afb95 100644 --- a/src/main/resources/mapper/LocDetlMapper.xml +++ b/src/main/resources/mapper/LocDetlMapper.xml @@ -91,6 +91,9 @@ <if test="matnr!=null and matnr!='' "> and a.matnr like '%' + #{matnr} + '%' </if> + <if test="zpallet!=null and zpallet!='' "> + and a.zpallet like '%' + #{zpallet} + '%' + </if> <if test="maktx!=null and maktx!='' "> and a.maktx like '%' + #{maktx} + '%' </if> -- Gitblit v1.9.1