Commit 816f00b3 by LiuJunYi

excel增加字段

parent b5e5b868
...@@ -104,7 +104,7 @@ class User extends AuthBase ...@@ -104,7 +104,7 @@ class User extends AuthBase
$arr[] = $vo['is_vip']==0?'否':'是'; $arr[] = $vo['is_vip']==0?'否':'是';
$arr[] = $vo['created_at']; $arr[] = $vo['created_at'];
$arr[] = $vo['updated_at']; $arr[] = $vo['updated_at'];
$arr[] = $vo['vip_endtime']; $arr[] = $vo['vip_endtime']?$vo['vip_endtime']:'';
$cont[] = $arr; $cont[] = $arr;
} }
$mulit_arr['data'][] =$cont; $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