This commit is contained in:
parent
93e1033b8d
commit
c375bff46b
|
|
@ -7,8 +7,18 @@ alter table Information_MillionsMonthlyReportItem add ProjectId nvarchar(50) NU
|
||||||
|
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
--标准版月报
|
||||||
|
update Sys_Menu
|
||||||
|
set Url='ZHGL/Information/MillionsMonthlyReport.aspx'
|
||||||
|
where url like '%ZHGL/Information/MillionsMonthlyReportZJ.aspx%'
|
||||||
|
|
||||||
|
Go
|
||||||
|
|
||||||
|
--重机版月报 2026.04.30,建投改用重机版月报
|
||||||
update Sys_Menu
|
update Sys_Menu
|
||||||
set Url='ZHGL/Information/MillionsMonthlyReportZJ.aspx'
|
set Url='ZHGL/Information/MillionsMonthlyReportZJ.aspx'
|
||||||
where url like '%ZHGL/Information/MillionsMonthlyReport.aspx%'
|
where url like '%ZHGL/Information/MillionsMonthlyReport.aspx%'
|
||||||
|
|
||||||
Go
|
Go
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue