|
|
@@ -111,8 +111,6 @@ public class SceneProController extends BaseController{
|
|
|
}
|
|
|
|
|
|
String newNum = sceneCommonService.getNewNum(num);
|
|
|
- Long userId = scenePro == null ? scenePlus.getUserId() :scenePro.getUserId();
|
|
|
- sceneCopyLogService.saveByNum(num,newNum,userId);
|
|
|
HashMap<String,String > map = new HashMap<>();
|
|
|
map.put("oldNum",num);
|
|
|
map.put("newNum",newNum);
|