git 2 years ago
parent
commit
f52abe1b69
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Home/Lib/Action/RouteRfidKafkaAction.class.php

+ 2 - 2
Home/Lib/Action/RouteRfidKafkaAction.class.php

@@ -72,8 +72,8 @@ class RouteRfidKafkaAction extends Action {
 			$RF_DATE=date('Y-m-d H:i:s',$val['time']);
 			$sql = 'INSERT INTO "DSSC2"."W_DW_RF_RECORD"("ID", "RF_ID", "RF_FLAGID", "RF_DATE", "RF_STAT") VALUES (DSSC2.SEQ_W_DW_RF_RECORD.nextval, \''.$RF_ID.'\', \''.$RF_FLAGID.'\', TO_DATE(\''.$RF_DATE.'\', \'SYYYY-MM-DD HH24:MI:SS\'), \''.$RF_STAT.'\')';
 		 	//var_dump($sql); 
-			$station_str=$RF_ID.' '.$RF_FLAGID.' '.$RF_DATE;
-			$this->debug_log( 'station_lebal_data', $station_str);
+			//$station_str=$RF_ID.' '.$RF_FLAGID.' '.$RF_DATE;
+			//$this->debug_log( 'station_lebal_data', $station_str);
 			//插入数据到oracle轨迹表
 			$stid = oci_parse($conn, $sql);