Commit b9753ffb by 冷斌

踢人

parent 6b8915ac
......@@ -239,7 +239,7 @@ class LiveingController extends AdminbaseController {
$page = $this->page($count, 20);
$lists = $live
->where($map)
->order("starttime DESC")
->order("addtime DESC")
->limit($page->firstRow . ',' . $page->listRows)
->select();
foreach($lists as $k=>$v){
......
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