|
|
@@ -87,7 +87,7 @@ class QuantizationService extends Service
|
|
|
$detailsSonData[] = [
|
|
|
'quantization_id' => $id,
|
|
|
'title' => $son['title'],
|
|
|
- 'score' => $value['score'],
|
|
|
+ 'score' => $son['score'],
|
|
|
'parent_id' => $parent->id, // 子级关联父级 id
|
|
|
'crt_time' => $time,
|
|
|
];
|