|
|
@@ -93,7 +93,7 @@ class StoreOrder extends BaseModel
|
|
|
$systemStore = SystemStore::where('id', 'IN', $storeIds)->column('name', 'id');
|
|
|
}
|
|
|
foreach ($data as &$item) {
|
|
|
- $_info = StoreOrderCartInfo::where('oid', $item['id'])->field('cart_info')->select();
|
|
|
+ $_info = StoreOrderCartInfo::where('oid', $item['id'])->field('cart_info,activity,result,reparation,mine')->select();
|
|
|
$_info = count($_info) ? $_info->toArray() : [];
|
|
|
foreach ($_info as $k => $v) {
|
|
|
$cart_info = json_decode($v['cart_info'], true);
|