main
黄海 7 months ago
parent a1a617792f
commit 2e1069f1bf

@ -256,7 +256,6 @@ 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");
System.out.println("恭喜,所有操作成功完成!");
}
}

Loading…
Cancel
Save