java110
2021-09-14 f1d1ad21cae722ceba4677cc30c133bd8c3b0701
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 != ''">