|
@@ -264,6 +264,9 @@ public class SceneRepairController {
|
|
|
ScenePlusExt scenePlusExt = scenePlusExtService.getOne(
|
|
|
new LambdaQueryWrapper<ScenePlusExt>()
|
|
|
.eq(ScenePlusExt::getPlusId, scenePlus.getId()));
|
|
|
+ if(StrUtil.isNotEmpty(scenePlusExt.getSceneKind())){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if(SceneResolution.TILES.code().equals(scenePlusExt.getSceneResolution())){
|
|
|
scenePlusExt.setSceneKind(SceneKind.FACE.code());
|
|
|
}else{
|