generated from root/miduo_server
修改谷歌预注册奖励处理逻辑
parent
8d5828c3a3
commit
c6a720a955
|
|
@ -1841,7 +1841,7 @@ public class PlayerLogic {
|
||||||
update = true;
|
update = true;
|
||||||
}
|
}
|
||||||
if(update) {
|
if(update) {
|
||||||
RedisUtil.getInstence().putMap(key, "",map);
|
RedisUtil.getInstence().putMapEntrys(key, "",map);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue