Commit f24de6a9 by jianan

个人得分详情,辅导,培训,会议分数不对

parent b8ecf83c
...@@ -361,11 +361,11 @@ public class ScheduleTrackServiceImpl implements ScheduleTrackService { ...@@ -361,11 +361,11 @@ public class ScheduleTrackServiceImpl implements ScheduleTrackService {
continue; continue;
} }
if (224 == schedule.getMdDropOptionId()) { if (224 == schedule.getMdDropOptionId()) {
coachScore += this.calculateScheduleDisplayCount(schedule, startDate, endDate) * schedule.getTrackScore(); trainScore += this.calculateScheduleDisplayCount(schedule, startDate, endDate) * schedule.getTrackScore();
continue; continue;
} }
if (226 == schedule.getMdDropOptionId()) { if (226 == schedule.getMdDropOptionId()) {
coachScore += this.calculateScheduleDisplayCount(schedule, startDate, endDate) * schedule.getTrackScore(); meetingScore += this.calculateScheduleDisplayCount(schedule, startDate, endDate) * schedule.getTrackScore();
continue; continue;
} }
} }
......
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