fengjin
2022-10-21 aa343eafae29f8171d22496ce876ead1d0f07bd0
flower_city/src/main/resources/mapper/TransactionEventMapper.xml
@@ -345,7 +345,7 @@
        <include refid="selectTransactionEventEntityVo"/>
        <where>
            <if test="matterName != null and matterName != ''">
                AND (matter_name like concat('%', #{matterName}, '%') or #{matterName} like concat('%', matter_name, '%'))
                AND (matter_name like concat('%', #{matterName}, '%') )
            </if>
            <if test="classifyId != null and classifyId != ''">
               and (classify_id= #{classifyId} or classify_id in (select id FROM automessage_classify_administration where parent_id =#{classifyId} ))