java110
2021-12-21 ab4cf523f77043dafe8d3ffbbf99080fe4392a5e
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 != ''">