You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
AggregationProgram----( 合并项目实时信息查询( RealTimeInfoQuery) 、治超信息查询( ZCDataQuery) 、导入导出( ImportExport) 原名DemoUtil)
先插叙再更新
SELECT * FROM CMS_SYSTEM_TABLE_JAVA WHERE SYSNAME='实时信息查询';
SELECT * FROM CMS_SYSTEM_TABLE_JAVA WHERE SYSNAME='数据导入导出';
SELECT * FROM CMS_SYSTEM_TABLE_JAVA WHERE SYSNAME='治超数据查询';
UPDATE CMS_SYSTEM_TABLE_JAVA set SYSURL='/AggregationProgram/realIndex' WHERE SYSNAME='实时信息查询';
UPDATE CMS_SYSTEM_TABLE_JAVA set SYSURL='/AggregationProgram/importIndex' WHERE SYSNAME='数据导入导出';
UPDATE CMS_SYSTEM_TABLE_JAVA set SYSURL='/AggregationProgram/EntranceQuery' WHERE SYSNAME='治超数据查询';