Merge branch 'dev'
This commit is contained in:
commit
973b1bb63c
@ -114,6 +114,8 @@ class AddUserCouponExpiredQueueCommand extends HyperfCommand
|
|||||||
$this->line($e->getMessage());
|
$this->line($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->line('全部结束');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -316,7 +316,7 @@ class MoveOrderCommand extends HyperfCommand
|
|||||||
$data['amount_total'] = $order_product['amount_total'];
|
$data['amount_total'] = $order_product['amount_total'];
|
||||||
$data['coupon_amount_total'] = $order_product['coupon_amount_total'];
|
$data['coupon_amount_total'] = $order_product['coupon_amount_total'];
|
||||||
$data['payment_amount_total'] = $order_product['payment_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_status'] = 1;
|
||||||
}
|
}
|
||||||
$data['cancel_time'] = $order_product['cancel_time'];
|
$data['cancel_time'] = $order_product['cancel_time'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user