valueOrders

This commit is contained in:
邓皓元 2019-05-05 15:56:45 +08:00
parent e67c421852
commit 96d554676e

View File

@ -113,7 +113,7 @@ class AddedOrderSync extends Command
foreach ($data as &$value) {
$i = array_count_values($simArray)[$value['sim']] ?? 0;
array_push($simArray, $value['sim']);
$valueOrders = $orders[$value['sim']] ?? 0;
$valueOrders = $orders[$value['sim']] ?? [];
$value['virtual_order_id'] = 0;