Browse Source

tune log

station_14109
altob.rd 8 years ago
parent
commit
cf9fc56751
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      controllers/Carpark.php

+ 2
- 2
controllers/Carpark.php View File

@@ -154,10 +154,10 @@ class Carpark extends CI_Controller
exit; exit;
} }
trigger_error(__FUNCTION__ . "|{$topic}|{$msg}");
if($topic == 'altob.888.mqtt') if($topic == 'altob.888.mqtt')
{ {
trigger_error(__FUNCTION__ . "|{$topic}|{$msg}");
// 第一個場站編號 先不管場站 // 第一個場站編號 先不管場站
$station_setting = $this->sync_data_model->station_setting_query(); $station_setting = $this->sync_data_model->station_setting_query();
$station_no_arr = explode(SYNC_DELIMITER_ST_NO, $station_setting['station_no']); $station_no_arr = explode(SYNC_DELIMITER_ST_NO, $station_setting['station_no']);


Loading…
Cancel
Save