chengf
2025-08-26 ace8009da36d622f72e4145eb0b38f0a344f3a45
java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
@@ -43,6 +43,15 @@
        <if test="aLink !=null and aLink != ''">
            and t.a_link= #{aLink}
        </if>
        <if test="aPartyaId !=null and aPartyaId != ''">
            and t.a_partya_id= #{aPartyaId}
        </if>
        <if test="bPartyaId !=null and bPartyaId != ''">
            and t.b_partya_id= #{bPartyaId}
        </if>
        <if test="cPartyaId !=null and cPartyaId != ''">
            and t.c_partya_id= #{cPartyaId}
        </if>
        <if test="aContacts !=null and aContacts != ''">
            and t.a_contacts= #{aContacts}
        </if>