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"` | 	BasicFees        decimal.Decimal `json:"basicFees"` | ||||||
| 	LossFee          decimal.Decimal `json:"lossFee"` | 	LossFee          decimal.Decimal `json:"lossFee"` | ||||||
| 	AdjustFee        decimal.Decimal `json:"adjustFee"` | 	AdjustFee        decimal.Decimal `json:"adjustFee"` | ||||||
| 	LossProportion   decimal.Decimal `json:"lossProporttion"` | 	LossProportion   decimal.Decimal `json:"lossProportion"` | ||||||
| 	AdjustProportion decimal.Decimal `json:"adjustProportion"` | 	AdjustProportion decimal.Decimal `json:"adjustProportion"` | ||||||
| 	AdjustPrice      decimal.Decimal `json:"adjustPrice"` | 	AdjustPrice      decimal.Decimal `json:"adjustPrice"` | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user