|
@@ -467,7 +467,7 @@ public class SceneCommonService {
|
|
|
if(!sceneCopyLogs.isEmpty()){
|
|
|
SceneCopyLog sceneCopyLog = sceneCopyLogs.get(0);
|
|
|
ScenePlus scenePlus1 = scenePlusService.getByNum(sceneCopyLog.getOldNum());
|
|
|
- laserTitle = scenePlus1.getLaserTitle();
|
|
|
+ laserTitle = scenePlus1.getLaserTitle()+"(copy)";
|
|
|
}
|
|
|
LambdaUpdateWrapper<ScenePlus> wrapper = new LambdaUpdateWrapper<>();
|
|
|
wrapper.eq(ScenePlus::getId,scenePlus.getId());
|
|
@@ -482,7 +482,7 @@ public class SceneCommonService {
|
|
|
if(!sceneCopyLogs.isEmpty()){
|
|
|
SceneCopyLog sceneCopyLog = sceneCopyLogs.get(0);
|
|
|
ScenePro scenePro1 = sceneProService.getByNum(sceneCopyLog.getOldNum());
|
|
|
- laserTitle = scenePro1.getLaserTitle();
|
|
|
+ laserTitle = scenePro1.getLaserTitle()+"(copy)";
|
|
|
}
|
|
|
LambdaUpdateWrapper<ScenePro> wrapper = new LambdaUpdateWrapper<>();
|
|
|
wrapper.eq(ScenePro::getId,scenePro.getId());
|