|
|
@ -172,6 +172,9 @@ |
|
|
crc.pay_time, |
|
|
crc.pay_time, |
|
|
crc.voucher, |
|
|
crc.voucher, |
|
|
crc.remark, |
|
|
crc.remark, |
|
|
|
|
|
crr.refund_reason, |
|
|
|
|
|
crr.refund_remark, |
|
|
|
|
|
crr.reject_reason, |
|
|
crc.payment_currency, |
|
|
crc.payment_currency, |
|
|
crc.payment_amount |
|
|
crc.payment_amount |
|
|
from cash_record_refund crr |
|
|
from cash_record_refund crr |
|
|
@ -450,6 +453,9 @@ |
|
|
#{markets} |
|
|
#{markets} |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="localMarket != null and localMarket.size > 0"> |
|
|
|
|
|
and crc.market = #{localMarket} |
|
|
|
|
|
</if> |
|
|
<if test="startTime != null and endTime != null"> |
|
|
<if test="startTime != null and endTime != null"> |
|
|
and crc.`pay_time` BETWEEN #{startTime} AND #{endTime} |
|
|
and crc.`pay_time` BETWEEN #{startTime} AND #{endTime} |
|
|
</if> |
|
|
</if> |
|
|
|