git 2 vuotta sitten
vanhempi
commit
d201a39c71
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Home/Lib/Action/CatchFdRouteKafkaAction.class.php

+ 1 - 1
Home/Lib/Action/CatchFdRouteKafkaAction.class.php

@@ -166,7 +166,7 @@ class CatchFdRouteKafkaAction extends Action {
 			'primary_key' => 'DeviceNumber,Timestamp',
 		);
 		$res = $this->routeStore->addData($rows,$options);
-		create_log($rows,'add_wxt_rfid_route');// 添加日志
+		//create_log($rows,'add_wxt_rfid_route');// 添加日志
 		if(!$res['success']){
 			return array('success'=>false,'message'=>$res['message']);
 		}