Commit 671f64e0 by jianan

FYC

PEP得分不正确
parent 1f7f23f1
......@@ -507,12 +507,12 @@ public class ScheduleTrackServiceImpl implements ScheduleTrackService {
}
private void computeOtherScore(List<PersonalSchedule> personalScheduleList, Date today, Date weekOne, Date monthOne) {
Integer trackScore = null;
long dayOther = 0L;
long weekOther = 0L;
long monthOther = 0L;
for (PersonalSchedule perSchedule:personalScheduleList) {
List<ScheduleTrack> scheduleList = perSchedule.getScheduleList();
Integer trackScore = null;
long dayOther = 0L;
long weekOther = 0L;
long monthOther = 0L;
// 计算所有其他活动的本日,本周,本月得分
for (ScheduleTrack s:scheduleList) {
trackScore = s.getTrackScore();
......
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