summaryrefslogtreecommitdiff
path: root/sql/sqlupdate(20130628-20130628).sql
blob: f4709be5762b2ba89aa70647d229ed241b18a90b (plain)
1
2
3
--修改异常网元列表的url(统一异常服务器和异常网元的显示样式)
update xt_mk_jbxx  set mkurl='/detection/detectionWarning.do?action=queryNE' where mkmc='异常网元';
commit;