waymen 4 months ago
parent
commit
78e1dfc312
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/Http/Controllers/API/GlendaleController.php

+ 0 - 4
app/Http/Controllers/API/GlendaleController.php

@@ -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);
     }
 }