Selaa lähdekoodia

Merge branch 'local-jm' of http://192.168.0.115:3000/lyhzzz/4dkankan-fusion into local-jm

cong82269021 5 kuukautta sitten
vanhempi
commit
2fe7762499
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      src/main/java/com/fdkankan/fusion/down/CaseDownService.java

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

@@ -373,9 +373,9 @@ public class CaseDownService {
        String swkkPath = offPath+ "/www/swkk/"+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;
            Long startTime = new Date().getTime();