|
@@ -156,10 +156,10 @@
|
|
|
FROM top_old_order_refund tor
|
|
|
WHERE vto.order_sn = tor.order_sn AND tor.`status` = 1
|
|
|
<if test="refundStartTime != null and refundStartTime != ''">
|
|
|
- AND tor.pay_check_tiem >= 0
|
|
|
+ AND tor.pay_check_time >= #{refundStartTime}
|
|
|
</if>
|
|
|
<if test="refundEndTime != null and refundEndTime != ''">
|
|
|
- AND tor.pay_check_tiem <= 0
|
|
|
+ AND tor.pay_check_time <= #{refundEndTime}
|
|
|
</if>
|
|
|
) > 0
|
|
|
</if>
|