数数上报修改

back_recharge
lvxinran 2021-08-05 16:02:57 +08:00
parent 277938ccd3
commit 87911d51f6
3 changed files with 3 additions and 1 deletions

View File

@ -93,6 +93,7 @@ public class MongoUtil {
return MongoUtil.getInstence().getMyMongoTemplate(); return MongoUtil.getInstence().getMyMongoTemplate();
} }
//todo 慢查 需要修改
public List<User> getRandomUsers(int size, int uid, int level) throws Exception { public List<User> getRandomUsers(int size, int uid, int level) throws Exception {
if (size <= 0) { if (size <= 0) {
return null; return null;

View File

@ -86,7 +86,7 @@ public class ReportUserEvent {
} }
public ReportUserEvent setPackId(String packId){ public ReportUserEvent setPackId(String packId){
baseInfo.put("pack_id",packId); baseInfo.put("packId",packId);
return this; return this;
} }

View File

@ -25,6 +25,7 @@ public class CreateRoleEventHandler extends CommonEventHandler{
setOnceProperties.put("channel_id",user.getPlayerInfoManager().getChannel_id()); setOnceProperties.put("channel_id",user.getPlayerInfoManager().getChannel_id());
setOnceProperties.put("platform_id",user.getPlayerInfoManager().getPlatform()); setOnceProperties.put("platform_id",user.getPlayerInfoManager().getPlatform());
setOnceProperties.put("reg_ip",user.getPlayerInfoManager().getIp()); setOnceProperties.put("reg_ip",user.getPlayerInfoManager().getIp());
setOnceProperties.put("packId",user.getPlayerInfoManager().getPack_id());
userProperties.put(1,setProperties); userProperties.put(1,setProperties);
userProperties.put(2,setOnceProperties); userProperties.put(2,setOnceProperties);