select channel,count(b.uid) cnt from order_log a right join user_info b on a.uid=b.uid where order_id is null group by channel order by cnt desc,channel limit 1;