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 != ''">