Commit 85cccfeb by LiuJunYi

excel增加字段

parent b342d69c
......@@ -88,7 +88,7 @@ class User extends AuthBase
$arr = [];
$arr[] = $vo['name'];
$arr[] = $vo['wx_number'];
$arr[] = $vo['nickname'];
$arr[] = json_encode($vo['nickname']);
$arr[] = $vo['gender']==1?'男':'女';
$arr[] = $vo['phone'];
$arr[] = $vo['is_vip']==0?'否':'是';
......
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