fix(report):修复配电物业费部分的计算。

This commit is contained in:
徐涛
2022-09-03 21:39:02 +08:00
parent 008ebcee79
commit 37971f6875
3 changed files with 22 additions and 19 deletions

View File

@@ -55,6 +55,7 @@ type ReportSummary struct {
MaintenanceDilutedPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"maintencanceDilutedPrice"`
LossDilutedPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"lossDilutedPrice"`
PublicConsumptionDilutedPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"publicConsumptionDilutedPrice"`
MaintenanceOverall decimal.NullDecimal `xorm:"numeric(16,8)" json:"maintenanceOverall"`
FinalDilutedOverall decimal.NullDecimal `xorm:"numeric(14,2)" json:"finalDilutedOverall"`
}