提交代码

This commit is contained in:
2024-10-30 17:15:30 +08:00
parent a2afd22163
commit 254c7ac7c0
24 changed files with 1527 additions and 828 deletions
@@ -0,0 +1,6 @@
--增加为了单位排序
alter table Environmental_EnergyReportItem
add SortUnit int NULL;
GO
update Environmental_EnergyReportItem set SortUnit=1 where EnergyReportId='template';
GO