|
@@ -71,7 +71,8 @@ public class StudentStatisticsServiceImpl extends BaseServiceImpl<Integer, Stude
|
|
studentStatisticsDao.updateFirstOrderTime();
|
|
studentStatisticsDao.updateFirstOrderTime();
|
|
num = 0;
|
|
num = 0;
|
|
}
|
|
}
|
|
- redisTemplate.opsForValue().set("updateStudentStatisticsNum:",num++);
|
|
|
|
|
|
+ num++;
|
|
|
|
+ redisTemplate.opsForValue().set("updateStudentStatisticsNum:",num);
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|