Merge branch 'master_dev' into master_otnew

master_0.05_aqlm
grimm 2024-01-16 15:09:18 +08:00
commit 595bf1e493
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class ContinuousGiftActivity extends AbstractActivity {
Collection<SThemeActivityShop> themeShops = SThemeActivityShop.themeMap.getOrDefault(id, new HashMap<>(0)).values();
for (SThemeActivityShop theme : themeShops) {
LOGGER.info("连续礼包活动日志acid{},uid{},giftid{},num:{}, themeid:{},themegiftid:{},themetype:{}",id,user.getId(),giftId,giftNum,theme.getId(),theme.getGoodId(),theme.getGoodType());
LOGGER.info("连续礼包活动日志acid:{},uid:{},giftid:{},num:{},themeid:{},themegiftid:{},themetype:{}",id,user.getId(),giftId,giftNum,theme.getId(),theme.getGoodId(),theme.getGoodType());
if (theme.getGoodId() == giftId && theme.getGoodType() == type){
// 记录礼包购买次数
ActivityProgressInfo current = missionMap.getOrDefault(theme.getId(),new ActivityProgressInfo());