|
@@ -1631,7 +1631,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
}
|
|
|
}
|
|
|
redisCache.setCacheObject(key, 100L,2, TimeUnit.SECONDS);
|
|
|
- log.info("看视频提交:" + JSONArray.toJSONString(bakStudyRecord));
|
|
|
+ // log.info("看视频提交:" + JSONArray.toJSONString(bakStudyRecord));
|
|
|
// 学习无记录加一条学时审核记录
|
|
|
if ( baseMapper.selectStudyRecord(bakStudyRecord) < 1) {
|
|
|
UserPeriod userPeriod = new UserPeriod();
|