|
@@ -373,9 +373,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();
|