gm返利补充

back_recharge
duhui 2023-02-08 16:34:05 +08:00
parent 28d8564f2b
commit 6c1d201f87
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ public class GetPlayerInfoHandler extends BaseHandler{
continue;
}
// 单笔充值
if (gmActivity.getType() == 4){
if (gmActivity.getType() == 4 || gmActivity.getType() == 1){
gmActivity.setValue(0);
gmActivity.setMissionMap(new HashMap<>());
LOGGER.info("返利活动补偿单笔充值重置uid{}活动id{}",user.getId(),gmActivity.getId());