|
@@ -622,8 +622,10 @@ switch ($action) {
|
|
|
//$rss = json_decode($json,true);
|
|
//$rss = json_decode($json,true);
|
|
|
global $mapdb;
|
|
global $mapdb;
|
|
|
//查询线(包含所有的线)
|
|
//查询线(包含所有的线)
|
|
|
- $Line = $mapdb->GetAll("select * from get_track_data('$serial_no',true)");
|
|
|
|
|
- error_log("mapSql: select * from get_track_data('$serial_no',true)");
|
|
|
|
|
|
|
+ error_log("select * from get_track_data('$serial_no',true)");
|
|
|
|
|
+ $map_sql = "select * from get_track_data('$serial_no',true)";
|
|
|
|
|
+ $Line = $mapdb->GetAll($map_sql) or ( (!$mapdb->ErrorMsg()) or error_log(common::dbLog($mapdb, $map_sql), 0));
|
|
|
|
|
+
|
|
|
error_log("total:".count($Line));
|
|
error_log("total:".count($Line));
|
|
|
$solidLine = array();
|
|
$solidLine = array();
|
|
|
$dottedLine = array();
|
|
$dottedLine = array();
|