|
@@ -192,7 +192,7 @@ public class LaserService {
|
|
}
|
|
}
|
|
JSONObject sceneInfo = this.getSceneByNum(oldNum);
|
|
JSONObject sceneInfo = this.getSceneByNum(oldNum);
|
|
if(sceneInfo != null){
|
|
if(sceneInfo != null){
|
|
- sceneName = sceneInfo.getString("title") +"(copy)";
|
|
|
|
|
|
+ sceneName = sceneInfo.getString("title") +"(copy)";
|
|
}
|
|
}
|
|
Map<String,Object> params = new HashMap<>();
|
|
Map<String,Object> params = new HashMap<>();
|
|
params.put("childName",snCode);
|
|
params.put("childName",snCode);
|