|
@@ -157,6 +157,7 @@ public class SceneServiceImpl extends ServiceImpl<SceneMapper,SceneEntity> imple
|
|
|
|
|
|
@Override
|
|
|
public Result edit(SceneDataDto param){
|
|
|
+
|
|
|
String sceneCode = param.getSceneCode();
|
|
|
BaseRuntimeException.isBlank(sceneCode, null, "场景码参数不能为空");
|
|
|
String basePath = configConstant.serverBasePath +"/data/" + sceneCode;
|