Commit dee14bb8 by 杨树贤

time

parent fd179347
Showing with 1 additions and 1 deletions
...@@ -61,7 +61,7 @@ class SkuListFilter ...@@ -61,7 +61,7 @@ class SkuListFilter
} }
if (!empty($map['audit_time'])) { if (!empty($map['audit_time'])) {
$times = explode('~', $map['update_time']); $times = explode('~', $map['audit_time']);
$startTime = strtotime($times[0]) ?: 1420041600; $startTime = strtotime($times[0]) ?: 1420041600;
$endTime = strtotime($times[1]) ?: time(); $endTime = strtotime($times[1]) ?: time();
$map['update_time/range'] = $startTime . ',' . $endTime; $map['update_time/range'] = $startTime . ',' . $endTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment