edit-api-xz_stat
This commit is contained in:
@@ -102,7 +102,7 @@ class Xz extends Wxapp{
|
||||
];
|
||||
if($day){
|
||||
$s_time = date('Y-m-d 00:00:00',strtotime($day));
|
||||
$e_time = date('Y-m-d 23:59:59',strtotime($day));
|
||||
$e_time = date('Y-m-t 23:59:59',strtotime($day));
|
||||
$where1["c_time>="] = strtotime($s_time);
|
||||
$where1["c_time<="] = strtotime($e_time);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user