获取订单核销码兼容
This commit is contained in:
parent
0afc6f5b87
commit
4276a74af2
@ -1643,10 +1643,10 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
|
|
||||||
foreach ($list as $order) {
|
foreach ($list as $order) {
|
||||||
|
|
||||||
if ($order->order_type == 1) {
|
// if ($order->order_type == 1) {
|
||||||
|
// $order->append(['take', 'refund_status']);
|
||||||
|
// }
|
||||||
$order->append(['take', 'refund_status']);
|
$order->append(['take', 'refund_status']);
|
||||||
}
|
|
||||||
|
|
||||||
if ($order->activity_type == 2) {
|
if ($order->activity_type == 2) {
|
||||||
if ($order->presellOrder) {
|
if ($order->presellOrder) {
|
||||||
$order->presellOrder->append(['activeStatus']);
|
$order->presellOrder->append(['activeStatus']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user