From ab4cf523f77043dafe8d3ffbbf99080fe4392a5e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 21 十二月 2021 13:06:38 +0800
Subject: [PATCH] 优化代码
---
java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml
index f866301..3c8bcf0 100755
--- a/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/WorkflowServiceDaoImplMapper.xml
@@ -109,7 +109,7 @@
<if test="bId !=null and bId != ''">
and t.b_id= #{bId}
</if>
- <if test="communityId !=null and communityId != ''">
+ <if test="communityId !=null and communityId != '' and operationType==null ">
and t.community_id in (#{communityId},'9999')
</if>
<if test="storeId !=null and storeId != ''">
--
Gitblit v1.8.0