|
@@ -430,6 +430,10 @@ public class CaseDownService {
|
|
|
laserService.rebuildOffline(offPath,isLaser,sceneId);
|
|
|
return true;
|
|
|
}
|
|
|
+ if(buildOfflineStatus == -1){
|
|
|
+ laserService.rebuildOffline(offPath,isLaser,sceneId);
|
|
|
+ return true;
|
|
|
+ }
|
|
|
if(buildOfflineStatus == 2){
|
|
|
return false;
|
|
|
}
|