|
|
@ -374,6 +374,7 @@ class CarInfoHandle |
|
|
|
if (empty($source_a[$key])) |
|
|
|
if (empty($source_a[$key])) |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
CarInfoT::where('id', $source_a['id'])->update($source_a); |
|
|
|
CarInfoT::destroy($source['id']); |
|
|
|
CarInfoT::destroy($source['id']); |
|
|
|
unset($sources[$index]); |
|
|
|
unset($sources[$index]); |
|
|
|
} |
|
|
|
} |
|
|
|