Browse Source

1314通风点位校准

q 1 year ago
parent
commit
61c53f5441

+ 1 - 1
Modules/OpcData/Http/Controllers/Api/zaoquan/ZQDcsFanController.php

@@ -57,7 +57,7 @@ class ZQDcsFanController  extends BaseController
 
         $inCondition = "'" . implode("','", $east_key) . "'";
         // 构建 SQL 查询
-        $sqlStr = "select `point_id`, value from dcs_data_ventilation_east where `point_id` in ($inCondition)";
+        $sqlStr = "select `point_id`, value from dcs_data_ventilation_1314 where `point_id` in ($inCondition)";
 
         $res = $this->executeSql($sqlStr, 1);
         $baseData=[];