|
|
@ -1530,7 +1530,7 @@ class QueryController extends BaseController
|
|
|
|
$map['tab_user_play_info.promote_id'] = $promoteId;
|
|
|
|
$map['tab_user_play_info.promote_id'] = $promoteId;
|
|
|
|
|
|
|
|
|
|
|
|
$data = M('user_play_info', 'tab_')
|
|
|
|
$data = M('user_play_info', 'tab_')
|
|
|
|
->field('tab_user_play_info.user_account,tab_user_play_info.game_name,tab_user_play_info.sdk_version,tab_user_play_info.play_time,tab_user_play_info.server_name,tab_user_play_info.role_name')
|
|
|
|
->field('tab_user_play_info.user_account,tab_user_play_info.game_name,tab_user_play_info.sdk_version,tab_user_play_info.create_time,tab_user_play_info.server_name,tab_user_play_info.role_name')
|
|
|
|
->join('tab_game on tab_user_play_info.game_id = tab_game.id')
|
|
|
|
->join('tab_game on tab_user_play_info.game_id = tab_game.id')
|
|
|
|
->where($map)
|
|
|
|
->where($map)
|
|
|
|
->order('tab_user_play_info.id desc')
|
|
|
|
->order('tab_user_play_info.id desc')
|
|
|
|