|
@@ -81,6 +81,7 @@ class InOutEvent
|
|
|
];
|
|
|
$inoutObjectJson['classify'][] = $sheet['goods']['goods_classify'] ?? '';
|
|
|
}
|
|
|
+ $inoutObjectJson['ordergroup'] = $order->order_groupby;
|
|
|
$data['inout_object_json'] = json_encode($inoutObjectJson);
|
|
|
$data['inout_name'] = implode(',', $data['inout_name']);
|
|
|
|