From fbb4a6402702074b7dc7ff9a3f30307fa34d58d9 Mon Sep 17 00:00:00 2001
From: yishiqihuasheng <1191093413@qq.com>
Date: Mon, 22 May 2023 19:53:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E5=B7=A5=E8=AE=A4?=
=?UTF-8?q?=E8=AF=81=E6=9A=82=E6=8C=82=E5=8C=BA=E9=97=B4=E7=8E=B0=E5=AE=9E?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
index 67a5c021..3b217f7c 100644
--- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
+++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
@@ -110,7 +110,7 @@
and t.suspend_status = '1'
- and t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0'
+ and (t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0')
and t.suspend_date = #{suspendDate}
@@ -426,7 +426,7 @@
and t.suspend_status = '1'
- and t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0'
+ and (t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0')
and t.suspend_date = #{suspendDate}