serverBiatch / teamWiki

a team wiki for serverBiatches!
6 stars 0 forks source link

线上常见问题处理5-公会会长长期不在线转让 #12

Open zhuduozhan opened 9 years ago

zhuduozhan commented 9 years ago

查询该成员是否属于该公会

查询目标玩家是否属于该公会

select allianceId from player_alliance where playerId = xxx;对照allianceId

如果是在同一公会执行脚本

 curl 'http://localhost:5132/fixalliance?params=allianceId:xx;playerId:xxx&user=hawk'

然后查看该成员的posion和目标玩家的postion是否更改

select id,allianceId,postion from player_alliance where playerId=xxx;