浏览代码

1314通风点位校准

q 1 年之前
父节点
当前提交
61c53f5441
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/OpcData/Http/Controllers/Api/zaoquan/ZQDcsFanController.php

+ 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=[];