This commit is contained in:
jiask 2025-09-27 15:38:57 +08:00
parent 5f07349ff0
commit 0d5111fd5a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
SELECT
a.order_id, a.cust_id, a.payable_amount, a.real_amount, a.pay_time, a.canteen_id, NULL AS mch_sn
FROM report_order_info a
WHERE a.pay_time >= #{startTime} AND a.pay_time <= #{endTime}
WHERE a.order_refund_state='1' and a.pay_time >= #{startTime} AND a.pay_time <= #{endTime}
UNION ALL