Commit b25b6c19 authored by liming's avatar liming

装备购买接口

parent 8a8937a3
......@@ -75,7 +75,7 @@ public class AchievementService {
initAchievement(summary.getUserId(), AchievementCondition.DISTANCE, summary.getTotalDistance().intValue());
initAchievement(summary.getUserId(), AchievementCondition.CLIMB_DISTANCE,
summary.getTotalClimbDistance().intValue());
initAchievement(summary.getUserId(), AchievementCondition.CALORIE, summary.getTotalCalorie());
initAchievement(summary.getUserId(), AchievementCondition.CALORIE, summary.getTotalCalorie()/1000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment