Commit 4aac07be by 冷斌

update

parent 8dac2ae2
......@@ -134,7 +134,7 @@ class VipController extends AdminbaseController {
$_GET['keyword']=$_REQUEST['keyword'];
}
$Vip_u=M("users_vip");
$count=$Vip_u->where($map)->count();
$count=$Vip_u->join("left join cmf_users u on u.id=cmf_users_vip.uid")->where($map)->count();
$page = $this->page($count, 20);
$lists = $Vip_u
->field('cmf_users_vip.uid, cmf_users_vip.id, cmf_users_vip.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 to comment