无关风月
2025-02-27 926253601956c51116e8342b4af9e9ca04ed2c1c
ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml
@@ -99,7 +99,7 @@
                    #{item}
                </foreach>
            </if>
            <if test="query.ids != null and query.ids.size()=0">
            <if test="query.ids == null or query.ids.size()==0">
                <if test="query.partyTwoName != null and query.partyTwoName != ''">
                    and t1.party_two_name like concat('%',#{query.partyTwoName},'%')
                </if>