From 7598f91eaa00a45e55812114acc01ce9ce67f9b3 Mon Sep 17 00:00:00 2001
From: zc <zc>
Date: 星期二, 03 九月 2024 12:33:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/xgmFlasrs' into xgmFlasrs
---
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