Commit b5e5b868 by LiuJunYi

excel增加字段

parent 378076b6
......@@ -75,7 +75,7 @@ class User extends AuthBase
$condition['created_at'] = ['<',$end_time.' 00:00:00'];
}
}
$user_list = model('user')->where($condition)->field('nickname,gender,phone,is_vip,created_at,updated_at,vip_endtime')->select();
$user_list = model('user')->where($condition)->field('name,wx_number,nickname,gender,phone,is_vip,created_at,updated_at,vip_endtime')->select();
$mulit_arr = [];
$mulit_arr['data'] = [];
$cont = [['姓名','微信号','昵称','性别','电话','是否是会员','注册时间','更新时间','会员到期时间']];
......
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