gorden 1 сар өмнө
parent
commit
da87b3e82d

+ 1 - 0
app/event/statistics/InOutEvent.php

@@ -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']);