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