edit-api-xz_stat

This commit is contained in:
lccsw
2021-10-14 16:53:32 +08:00
parent 0a86abaa5a
commit d70d0afbaf
+1 -1
View File
@@ -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);
}