maven
2025-09-03 51310fdfed6d9744a95ae1a58f03b0edbfb0bba5
src/main/resources/mapper/account/AccountFileMapper.xml
@@ -7,6 +7,9 @@
        FROM account_file
        where
        1=1
        <if test="accountFile.accountId != null and accountFile.accountId != ''">
            AND account_id = #{accountFile.accountId}
        </if>
        <if test="accountFile.name != null and accountFile.name != '' ">
            AND name = #{accountFile.name}
        </if>