dengsixing 4 月之前
父節點
當前提交
a00fe01a46
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

@@ -592,7 +592,7 @@ public class CommonServiceImpl implements ICommonService {
         String workDir = path + "/detFloorplan/";
         String detectPath = workDir + "detect.json";
         try {
-            if (detFloorplan) {
+            if (!detFloorplan) {
                 return false;
             }
             SceneMarkShape sceneMarkShape = sceneMarkShapeService.readDetectJson(detectPath);