增加集团报表

This commit is contained in:
2024-10-25 18:17:05 +08:00
parent 6ca0a319b1
commit d02a7a1abc
22 changed files with 2251 additions and 2062 deletions
@@ -0,0 +1,7 @@
--增加为了单位排序
alter table Environmental_EnergyReportItem
add SortUnit int NULL
GO
update Environmental_EnergyReportItem set SortUnit=1 where EnergyReportId='template';