From 746e7f4b9ea99aca3dd44cf58e61fe913b7ed040 Mon Sep 17 00:00:00 2001 From: ZY <zc857179121@qq.com> Date: 星期三, 25 九月 2024 07:59:14 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/LocDetlMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml index 8eb936b..ef51f89 100644 --- a/src/main/resources/mapper/LocDetlMapper.xml +++ b/src/main/resources/mapper/LocDetlMapper.xml @@ -325,7 +325,7 @@ <!-- </if>--> <if test="matnr != null and matnr != ''"> and a.matnr = #{matnr} - and (a.pg_no is null or LEN(LTRIM(RTRIM(pg_no))) = 0) +-- and (a.pg_no is null or LEN(LTRIM(RTRIM(pg_no))) = 0) </if> <if test="locNos != null and locNos.size > 0"> -- Gitblit v1.9.1