|
@@ -1415,9 +1415,9 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
//记录学时审核
|
|
|
Long periodId = null;
|
|
|
UserStudyRecord bakStudyRecord = BeanUtil.toBean(entity, UserStudyRecord.class);
|
|
|
- if(!businessFullName.contains("继续教育")||!businessFullName.contains("施工现场专业人员")){
|
|
|
+ /*if(!businessFullName.contains("继续教育")||!businessFullName.contains("施工现场专业人员")){
|
|
|
bakStudyRecord.setOrderGoodsId(null);
|
|
|
- }
|
|
|
+ }*/
|
|
|
String key = "PERIOD_VIDEO_Record:"+entity.getOrderGoodsId()+"-"+entity.getSectionId();
|
|
|
Long keyStatus = redisCache.getCacheObject(key);
|
|
|
if(Validator.isNotEmpty(keyStatus)&&keyStatus==100L){
|