cloudroam
2024-10-23 8c469898c0a71224e17780696d47581de47c9ed7
src/main/resources/mapper/wallet/WalletWithdrawRecordMapper.xml
@@ -30,6 +30,9 @@
        <if test="dto.supplierId != null and dto.supplierId != ''">
            and t.supplier_id = #{dto.supplierId}
        </if>
        <if test="dto.withdrawState != null and dto.withdrawState != ''">
            and t.withdraw_state = #{dto.withdrawState}
        </if>
        <if test="dto.createStartDate!=null ">
            <![CDATA[
               AND t.create_time >= #{dto.createStartDate}