修正订单迁移
This commit is contained in:
parent
9c88db6339
commit
afcd9bc9b2
@ -114,6 +114,8 @@ class AddUserCouponExpiredQueueCommand extends HyperfCommand
|
||||
$this->line($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
$this->line('全部结束');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -316,7 +316,7 @@ class MoveOrderCommand extends HyperfCommand
|
||||
$data['amount_total'] = $order_product['amount_total'];
|
||||
$data['coupon_amount_total'] = $order_product['coupon_amount_total'];
|
||||
$data['payment_amount_total'] = $order_product['payment_amount_total'];
|
||||
if ($order_inquiry['order_product_status'] == 5){
|
||||
if ($order_product['order_product_status'] == 5){
|
||||
$data['cancel_status'] = 1;
|
||||
}
|
||||
$data['cancel_time'] = $order_product['cancel_time'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user