gogs 2 месяцев назад
Родитель
Сommit
cfca6b6d29
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/AuxiliaryAccountService.php

+ 1 - 1
app/Service/AuxiliaryAccountService.php

@@ -243,7 +243,7 @@ class AuxiliaryAccountService extends Service
                     'aggregation_amount' => $value['aggregation_amount']??00,
                     'aggregation_amount' => $value['aggregation_amount']??00,
                     'total_amount' => $value['total_amount'],
                     'total_amount' => $value['total_amount'],
                     'top_depart_id' => $data['top_depart_id'],
                     'top_depart_id' => $data['top_depart_id'],
-                    'item_id' => $data['item_id'],
+                    'item_id' => $value['item_id'],
                     'crt_time' => $time,
                     'crt_time' => $time,
                     'crt_id' => $crt_id,
                     'crt_id' => $crt_id,
                 ];
                 ];