From 55470b5fa4880dd7ac7838792cdf4ad4aaa7b0c3 Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期二, 03 九月 2024 12:33:26 +0800 Subject: [PATCH] 123 --- 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 0f80dc9..24dbdd0 100644 --- a/src/main/resources/mapper/LocDetlMapper.xml +++ b/src/main/resources/mapper/LocDetlMapper.xml @@ -250,7 +250,7 @@ and a.pg_no = #{sPgNO} </when> <otherwise> - and (sPgNO IS NULL OR sPgNO = '') + and (pg_no IS NULL OR pg_no = '') </otherwise> </choose> <if test="batch != null and batch != ''"> -- Gitblit v1.9.1