This commit is contained in:
夏菊 2026-04-30 12:33:32 +08:00
parent 93e1033b8d
commit c375bff46b
1 changed files with 11 additions and 1 deletions

View File

@ -7,8 +7,18 @@ alter table Information_MillionsMonthlyReportItem add ProjectId nvarchar(50) NU
GO
--
update Sys_Menu
set Url='ZHGL/Information/MillionsMonthlyReport.aspx'
where url like '%ZHGL/Information/MillionsMonthlyReportZJ.aspx%'
Go
-- 2026.04.30
update Sys_Menu
set Url='ZHGL/Information/MillionsMonthlyReportZJ.aspx'
where url like '%ZHGL/Information/MillionsMonthlyReport.aspx%'
Go
Go