he2802 1 gadu atpakaļ
vecāks
revīzija
e0ab9d32b1

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/service/impl/UserStudyRecordServiceImpl.java

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