Browse Source

风险作业接口修改

任敬轩 8 months ago
parent
commit
9a7b46c9d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Modules/Camera/Http/Controllers/Api/CameraApiController.php

+ 2 - 0
Modules/Camera/Http/Controllers/Api/CameraApiController.php

@@ -2227,6 +2227,8 @@ class CameraApiController extends BaseController
             '羊场湾二分区洗煤厂'=>'yangchangwanerfenqu'
         ];
 
+        $result['other_data'] = [];
+
         if(count($coal_washery) > 0){
             for($i=0;$i<count($coal_washery);$i++){
                 if(array_key_exists($coal_washery[$i]->title, $coal_list)) {