forked from free-lancers/electricity_bill_calc_service
		
	fix(report):修正报表中获取分摊表计的功能,补充应获取但未获取的字段。
This commit is contained in:
		| @@ -80,7 +80,7 @@ type ReportDetailedPublicConsumption struct { | ||||
|  | ||||
| type ReportPooledConsumption struct { | ||||
| 	ReportId   string          `json:"reportId" db:"report_id"` | ||||
| 	MeterId    string          `json:"parkMeterId" db:"park_meter_id"` | ||||
| 	MeterId    string          `json:"pooledMeterId" db:"pooled_meter_id"` | ||||
| 	Overall    ConsumptionUnit `json:"overall"` | ||||
| 	Critical   ConsumptionUnit `json:"critical"` | ||||
| 	Peak       ConsumptionUnit `json:"peak"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user