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