|
@@ -387,7 +387,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
num = 3;
|
|
num = 3;
|
|
|
}
|
|
}
|
|
|
if(fullName.contains("继续教育")&&fullName.contains("施工现场专业人员")){
|
|
if(fullName.contains("继续教育")&&fullName.contains("施工现场专业人员")){
|
|
|
- if(videoTime<=2760L){
|
|
|
|
|
|
|
+ if(videoTime.longValue()<=2760L){
|
|
|
num = 1;
|
|
num = 1;
|
|
|
}else{
|
|
}else{
|
|
|
num = (int)Math.floor(videoTime.intValue()/(45*60))+1;
|
|
num = (int)Math.floor(videoTime.intValue()/(45*60))+1;
|