Commit 8dac2ae2 by 冷斌

update

parent 22c62be4
...@@ -137,6 +137,7 @@ class VipController extends AdminbaseController { ...@@ -137,6 +137,7 @@ class VipController extends AdminbaseController {
$count=$Vip_u->where($map)->count(); $count=$Vip_u->where($map)->count();
$page = $this->page($count, 20); $page = $this->page($count, 20);
$lists = $Vip_u $lists = $Vip_u
->field('cmf_users_vip.uid, cmf_users_vip.id, cmf_users_vip.endtime')
->where($map) ->where($map)
->join("left join cmf_users u on u.id=cmf_users_vip.uid") ->join("left join cmf_users u on u.id=cmf_users_vip.uid")
->order("cmf_users_vip.endtime desc") ->order("cmf_users_vip.endtime desc")
......
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