dengsixing 4 månader sedan
förälder
incheckning
a00fe01a46

+ 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);