gorden hace 1 mes
padre
commit
da87b3e82d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/event/statistics/InOutEvent.php

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