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