diff --git a/app/common/repositories/store/order/StoreOrderRepository.php b/app/common/repositories/store/order/StoreOrderRepository.php index 1c0bc42a..21a575bf 100644 --- a/app/common/repositories/store/order/StoreOrderRepository.php +++ b/app/common/repositories/store/order/StoreOrderRepository.php @@ -1643,10 +1643,10 @@ class StoreOrderRepository extends BaseRepository foreach ($list as $order) { - if ($order->order_type == 1) { - $order->append(['take', 'refund_status']); - } - + // if ($order->order_type == 1) { + // $order->append(['take', 'refund_status']); + // } + $order->append(['take', 'refund_status']); if ($order->activity_type == 2) { if ($order->presellOrder) { $order->presellOrder->append(['activeStatus']);