优化操作日志下载

master
chenzhi 5 years ago
parent 7141e3752e
commit 97ff3baaff

@ -2217,7 +2217,7 @@ function a_array_unique($array){
} }
} }
if(!array_key_exists("op_name",$options)){ if(!array_key_exists("op_name",$options)){
$options['op_name'] = ($options['op_type'] == 1 ? "编辑" : ($options['op_type'] == 2 ? "删除" :"下载")); $options['op_name'] = ($options['op_type'] == 1 ? "编辑" : ($options['op_type'] == 2 ? "删除" :"导出"));
} }
//获取ip //获取ip
$addarray = [ $addarray = [

@ -212,6 +212,7 @@ class MemberController extends ThinkController
"op_type"=>3, "op_type"=>3,
"key"=>getNowDate(), "key"=>getNowDate(),
"url"=>U("Member/user_info",$_GET), "url"=>U("Member/user_info",$_GET),
'menu'=>"用户-玩家组-玩家列表-导出"
)); ));
data2csv($data,"玩家_玩家列表",$field); data2csv($data,"玩家_玩家列表",$field);
} }

Loading…
Cancel
Save