SGGL_JT/DataBase/版本日志/SUBQHSE_V2026-04-30-xiaj.sql

14 lines
316 B
Transact-SQL

alter table Information_MillionsMonthlyReportItem add UnitId nvarchar(50) NULL;
GO
alter table Information_MillionsMonthlyReportItem add ProjectId nvarchar(50) NULL;
GO
update Sys_Menu
set Url='ZHGL/Information/MillionsMonthlyReportZJ.aspx'
where url like '%ZHGL/Information/MillionsMonthlyReport.aspx%'
Go