This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/sql/sqlupdate(20130628-20130628).sql
2018-09-27 16:21:05 +08:00

3 lines
201 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--修改异常网元列表的url统一异常服务器和异常网元的显示样式
update xt_mk_jbxx set mkurl='/detection/detectionWarning.do?action=queryNE' where mkmc='异常网元';
commit;