Browse Source

收支统计加数据

gorden 4 months ago
parent
commit
56be6f4bca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/event/statistics/InOutEvent.php

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

@@ -87,6 +87,7 @@ class InOutEvent
                 $inoutObjectJson['order'][$params['orderId']]['goods'][] = [
                     'goods_id' => $sheet['goods']['goods_id'] ?? '',
                     'goods_name' => $sheet['goods']['goods_name'] ?? '',
+                    'goods_sku_id' => $sheet['join_sheet_goods_sku_id'],
                     'order_sheet_num' => $sheet['order_sheet_num'],
                     'order_sheet_pay' => $sheet['order_sheet_pay']
                 ];