Commit b6746b0e by 冷斌

update

parent ac63dfb9
......@@ -139,7 +139,7 @@ class VipController extends AdminbaseController {
$lists = $Vip_u
->where($map)
->join("left join cmf_users u on u.id=cmf_users_vip.uid")
->order("cmf_users_vipendtime desc")
->order("cmf_users_vip.endtime 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