|
@@ -95,12 +95,12 @@ class Report extends CatchController
|
|
|
$yAxisData=[];
|
|
|
for($i=$start_time;$i<$end_time+24*3600;$i+=24*3600){
|
|
|
$time1=date('Y-m-d',$i);
|
|
|
- $time2=date('Y-m-d',$i);
|
|
|
+ // $time2=date('Y-m-d',$i);
|
|
|
$xAxisData[]=date('Y-m-d',$i);
|
|
|
// $cond['RF_DATE']=['timeRange',$time1,$time2];
|
|
|
// $count=queryOracleCount('DSSC2.W_DW_RF_RECORD',$cond);
|
|
|
// $count=mt_rand(0,99999);
|
|
|
- $count=Db::table('station_passing')->where('date','between',[$time1,$time2])->sum('num');
|
|
|
+ $count=Db::table('station_passing')->where('date',$time1)->sum('num');
|
|
|
$yAxisData[]=$count;
|
|
|
|
|
|
}
|