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