cong82269021 5 tháng trước cách đây
mục cha
commit
410b5b053c

+ 1 - 1
src/main/java/com/fdkankan/fusion/service/impl/SceneCommonService.java

@@ -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);
             }