Pārlūkot izejas kodu

计算完成时间

lyhzzz 6 mēneši atpakaļ
vecāks
revīzija
d586a17162

+ 3 - 3
src/main/java/com/fdkankan/fusion/down/CaseDownService.java

@@ -376,9 +376,9 @@ public class CaseDownService {
        String swkkPath = offPath+ "/www/swkk/"+num;
        String swkkPath = offPath+ "/www/swkk/"+num;
        String swssPath = offPath + "/www/swss/"+num;
        String swssPath = offPath + "/www/swss/"+num;
 
 
-       Boolean isLaser = true;
-       if(type == 4 || type == 6){
-           isLaser = false;
+       Boolean isLaser = false;
+       if(type == 2 || type == 5){
+           isLaser = true;
        }
        }
             Boolean wita = true;
             Boolean wita = true;
            Long startTime = new Date().getTime();
            Long startTime = new Date().getTime();