14 lines
316 B
Transact-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 |