|
@@ -373,7 +373,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
num = 3;
|
|
|
}
|
|
|
if(fullName.contains("继续教育")&&fullName.contains("施工现场专业人员")){
|
|
|
- num = (int)Math.floor(videoTime.intValue()/(46*60))+1;
|
|
|
+ num = (int)Math.floor(videoTime.intValue()/(50*60))+1;
|
|
|
}
|
|
|
UserPeriodQueryBo userPeriodQueryBo2 = new UserPeriodQueryBo();
|
|
|
userPeriodQueryBo2.setSectionId(bo.getSectionId());
|