|
@@ -283,11 +283,6 @@ public class SceneServiceImpl extends ServiceImpl<ISceneMapper, Scene> implement
|
|
|
|
|
|
scenePlus.setSceneStatus(-2);
|
|
scenePlus.setSceneStatus(-2);
|
|
scenePlusService.updateById(scenePlus);
|
|
scenePlusService.updateById(scenePlus);
|
|
- Scene bySceneCode = getBySceneCode(sceneNum);
|
|
|
|
- if (ObjUtil.isNotNull(bySceneCode)){
|
|
|
|
- bySceneCode.setStatus(2);
|
|
|
|
- updateById(bySceneCode);
|
|
|
|
- }
|
|
|
|
log.info("复制成功。。。。。");
|
|
log.info("复制成功。。。。。");
|
|
|
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|