|
@@ -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,
|
|
|
];
|
|
];
|