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}