@ -218,7 +218,7 @@ public class CopyBigScreen {
//发布共享链接
publishShare(motherShareRecord, childId);
System.out.println("恭喜,省级大屏拷贝完成!");
System.out.println("省级大屏拷贝完成!");
return motherId;
}
@ -256,5 +256,7 @@ public class CopyBigScreen {
long motherId = motherRecord.getLong("id");//母屏ID
String sql = "update visualization_link_jump_info set content=REPLACE(content,'/dsBase/dataease/route?city_name=','/dsBase/dataease/routeV2?city_name=') where link_jump_id in (select id from visualization_link_jump where source_dv_id=?)";
Db.use(DB_NAME).update(sql, motherId);
System.out.println("ok");