推广平台>数据管理>充值玩家--检索bug修复

master
chenxiaojun 5 years ago
parent 9c9396351b
commit 03edc87f4f

@ -1879,6 +1879,7 @@ class QueryController extends BaseController
->order($orderBy);
$total = M('user_play_data_count', 'tab_')->alias('uc')
->field($fieldUC)
->join('left join tab_user_play_info as ui on ui.user_id = uc.user_id and ui.game_id = uc.game_id and ui.role_id = uc.role_id')
->where($map)
->find();

Loading…
Cancel
Save