Merge branch 'develop'
This commit is contained in:
commit
ae3c6ca2f9
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user