Commit a4071db3 by mushishixian

恢复数据显示

parent c4f6ba80
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ class SkuListFilter ...@@ -18,7 +18,7 @@ class SkuListFilter
},$map); },$map);
//dd($map); //dd($map);
//只获取专卖的数据 //只获取专卖的数据
// $map['supplier_id'] = 17; $map['supplier_id'] = 17;
if ((!empty($map['create_time']))) { if ((!empty($map['create_time']))) {
$times = explode('~', $map['create_time']); $times = explode('~', $map['create_time']);
$startTime = strtotime($times[0]) ?: 1420041600; $startTime = strtotime($times[0]) ?: 1420041600;
......
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