diff --git a/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/order/StoreOrderMapper.xml b/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/order/StoreOrderMapper.xml index dfb7aa5ac..2c43a9f54 100644 --- a/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/order/StoreOrderMapper.xml +++ b/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/order/StoreOrderMapper.xml @@ -77,7 +77,7 @@ `cy_recharge_order_info` info LEFT JOIN cy_recharge_order ord ON info.recharge_order_id = ord.id WHERE - ord.paid = 1 + ord.paid != 0 and info.create_time >= #{startTime}