|
@@ -144,7 +144,7 @@ public class SceneCommonService implements ISceneCommonService {
|
|
|
if(!vo.getIsLaser()){
|
|
|
sceneFileBuild = buildTimeByScene.get(vo.getNum() + "buildScene");
|
|
|
}else {
|
|
|
- String buildType = param.getIsObj() == null ? "buildScene" : "buildObj";
|
|
|
+ String buildType = param.getIsObj() == null || param.getIsObj() == 0 ? "buildScene" : "buildObj";
|
|
|
sceneFileBuild = buildTimeByScene.get(vo.getNum() + buildType);
|
|
|
}
|
|
|
|