|
@@ -108,6 +108,7 @@ class CarIllegalDownController extends BaseController
|
|
|
$sqlStr .= 'FROM down_car_speed_warn a ';
|
|
|
$sqlStr .= 'join down_car_base_info b on a.car_num = b.car_num ';
|
|
|
$sqlStr .= 'where a.state_date = "'.$startTime.'"';
|
|
|
+ $sqlStr .= "order by a.warn_start_time desc ";
|
|
|
|
|
|
$conn = 'etl_'.$mineCode;
|
|
|
|