From 0d5111fd5a29772881425e00895a52dc8206f879 Mon Sep 17 00:00:00 2001 From: jiask <1069621233@qq.com> Date: Sat, 27 Sep 2025 15:38:57 +0800 Subject: [PATCH] jsk ddd --- .../src/main/resources/mapper/reportforms/placeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/reportforms/placeMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/reportforms/placeMapper.xml index efbfa3fb..8f328f93 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/reportforms/placeMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/reportforms/placeMapper.xml @@ -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