|
|
@ -6340,6 +6340,7 @@ class ExportController extends Controller
|
|
|
|
array('game_type','游戏类型'),
|
|
|
|
array('game_type','游戏类型'),
|
|
|
|
array('game_appid','游戏Appid'),
|
|
|
|
array('game_appid','游戏Appid'),
|
|
|
|
array('recommend_status','推荐状态'),
|
|
|
|
array('recommend_status','推荐状态'),
|
|
|
|
|
|
|
|
array('partner','合作方'),
|
|
|
|
array('game_status','显示状态'),
|
|
|
|
array('game_status','显示状态'),
|
|
|
|
array('dow_num','下载次数'),
|
|
|
|
array('dow_num','下载次数'),
|
|
|
|
array('sort','排序'),
|
|
|
|
array('sort','排序'),
|
|
|
@ -6394,6 +6395,7 @@ class ExportController extends Controller
|
|
|
|
$v['recommend_status'] = get_info_status($v['recommend_status'],1);
|
|
|
|
$v['recommend_status'] = get_info_status($v['recommend_status'],1);
|
|
|
|
$v['game_status'] = empty($v['game_status'])?'已关闭':'已开启';
|
|
|
|
$v['game_status'] = empty($v['game_status'])?'已关闭':'已开启';
|
|
|
|
$v['unique_code'] = !empty($v['unique_code'])?$v['unique_code']:'无';
|
|
|
|
$v['unique_code'] = !empty($v['unique_code'])?$v['unique_code']:'无';
|
|
|
|
|
|
|
|
$v['partner'] = getPartnerName($v['partner_id']);
|
|
|
|
|
|
|
|
|
|
|
|
$v['relation_game'] = get_relation_game($v['id'],$v['relation_game_id'])?'已关联':'未关联';
|
|
|
|
$v['relation_game'] = get_relation_game($v['id'],$v['relation_game_id'])?'已关联':'未关联';
|
|
|
|
/* $v['relation_game_id'] = $v['relation_game_id']>0?$v['relation_game_id']:'--'; */
|
|
|
|
/* $v['relation_game_id'] = $v['relation_game_id']>0?$v['relation_game_id']:'--'; */
|
|
|
|