|
@@ -262,6 +262,11 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+ //复制马赛克数据
|
|
|
+ String key = String.format(RedisKey.SCENE_MOSAIC_DATA, num);
|
|
|
+ Map<String, String> map = redisUtil.hmget(key);
|
|
|
+ redisUtil.hmset(String.format(RedisKey.SCENE_MOSAIC_DATA, newNum), map);
|
|
|
+
|
|
|
// 生成scene.json
|
|
|
SceneJsonBean sceneJson = new SceneJsonBean();
|
|
|
BeanUtil.copyProperties(sceneEditInfoExt, sceneJson);
|