Commit 14e3b569 by 庄欣

套系增加时间判断

parent 39b3962e
...@@ -35,7 +35,7 @@ class Sets extends ControllerBase ...@@ -35,7 +35,7 @@ class Sets extends ControllerBase
array_push($data,$item); array_push($data,$item);
}); });
$res->data = $data; $res->data = $data;
return parent::after_hook($res); return $res;
} }
//上下架 //上下架
......
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 to comment