|
@@ -50,10 +50,6 @@ class GlendaleController extends Controller
|
|
|
$arr = $this->parseInput($request);
|
|
|
$lightweightName = $arr['LightweightName'] ?? '';
|
|
|
|
|
|
- $bimFile = BimFile::where("bim_file_id", $lightweightName)->gelendale()->firstOrFail();
|
|
|
-
|
|
|
- $bimService->syncGlendaleBimData($bimFile);
|
|
|
-
|
|
|
return $this->success($arr);
|
|
|
}
|
|
|
}
|