gm返利补充
parent
28d8564f2b
commit
6c1d201f87
|
@ -741,7 +741,7 @@ public class GetPlayerInfoHandler extends BaseHandler{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// 单笔充值
|
// 单笔充值
|
||||||
if (gmActivity.getType() == 4){
|
if (gmActivity.getType() == 4 || gmActivity.getType() == 1){
|
||||||
gmActivity.setValue(0);
|
gmActivity.setValue(0);
|
||||||
gmActivity.setMissionMap(new HashMap<>());
|
gmActivity.setMissionMap(new HashMap<>());
|
||||||
LOGGER.info("返利活动补偿,单笔充值重置,uid:{},活动id:{}",user.getId(),gmActivity.getId());
|
LOGGER.info("返利活动补偿,单笔充值重置,uid:{},活动id:{}",user.getId(),gmActivity.getId());
|
||||||
|
|
Loading…
Reference in New Issue