From dc2cc241bacf27672206596afeb6153217c31bdc Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期四, 17 六月 2021 15:15:07 +0800
Subject: [PATCH] 完善查询接口
---
java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index c7d2ca7..f866301
--- a/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml
@@ -34,7 +34,7 @@
and t.b_id= #{bId}
</if>
<if test="communityId !=null and communityId != ''">
- and t.community_id= #{communityId}
+ and t.community_id in (#{communityId},'9999')
</if>
<if test="storeId !=null and storeId != ''">
and t.store_id= #{storeId}
@@ -70,7 +70,7 @@
and t.b_id= #{bId}
</if>
<if test="communityId !=null and communityId != ''">
- and t.community_id= #{communityId}
+ and t.community_id in (#{communityId},'9999')
</if>
<if test="storeId !=null and storeId != ''">
and t.store_id= #{storeId}
--
Gitblit v1.8.0