今天总算碰到了

CPU占用高,索引没建引起的原因:
添加上就OK

索引根据自己实际的情况建自己的索引

alter table tb_gooutbattle add index belonguser(gooutbattle_belonguser);
alter table tb_userinfo add index uid(uid);