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

25 lines
516 B
MySQL
Raw Normal View History

alter table Information_MillionsMonthlyReportItem add UnitId nvarchar(50) NULL;
GO
alter table Information_MillionsMonthlyReportItem add ProjectId nvarchar(50) NULL;
GO
2026-04-30 12:33:32 +08:00
--<EFBFBD><EFBFBD>׼<EFBFBD><EFBFBD><EFBFBD>±<EFBFBD>
update Sys_Menu
set Url='ZHGL/Information/MillionsMonthlyReport.aspx'
where url like '%ZHGL/Information/MillionsMonthlyReportZJ.aspx%'
Go
--<EFBFBD>ػ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>±<EFBFBD> 2026.04.30<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͷ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ػ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>±<EFBFBD>
update Sys_Menu
set Url='ZHGL/Information/MillionsMonthlyReportZJ.aspx'
where url like '%ZHGL/Information/MillionsMonthlyReport.aspx%'
2026-04-30 12:33:32 +08:00
Go