cqp hai 2 meses
pai
achega
041ab98762
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/QuantizationService.php

+ 1 - 1
app/Service/QuantizationService.php

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