forked from free-lancers/electricity_bill_calc_service
		
	fix(publicity):更新公示报表中错误的json字段命名。
This commit is contained in:
		| @@ -79,7 +79,7 @@ type MaintenancePart struct { | ||||
| 	BasicFees        decimal.Decimal `json:"basicFees"` | ||||
| 	LossFee          decimal.Decimal `json:"lossFee"` | ||||
| 	AdjustFee        decimal.Decimal `json:"adjustFee"` | ||||
| 	LossProportion   decimal.Decimal `json:"lossProporttion"` | ||||
| 	LossProportion   decimal.Decimal `json:"lossProportion"` | ||||
| 	AdjustProportion decimal.Decimal `json:"adjustProportion"` | ||||
| 	AdjustPrice      decimal.Decimal `json:"adjustPrice"` | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user