|
@ -111,6 +111,7 @@ public class StatsAchievementServiceImpl extends AbstractStatsAchievementService |
|
|
if(currentValue == 0){ |
|
|
if(currentValue == 0){ |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
log.info("calculateAcm achievementType:{},groupId:{},currentValue:{}",groupId,currentValue,achievementType); |
|
|
calculateGroupAchievement(customerId, groupId, currentValue, achievementType); |
|
|
calculateGroupAchievement(customerId, groupId, currentValue, achievementType); |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|