forked from free-lancers/electricity_bill_calc_service
		
	fix(report): 修复核算报表中园区获取错误
This commit is contained in:
		| @@ -32,10 +32,6 @@ type Park struct { | ||||
| 	CreatedAt              time.Time           `json:"createdAt"` | ||||
| 	LastModifiedAt         time.Time           `json:"lastModifiedAt"` | ||||
| 	DeletedAt              *time.Time          `json:"deletedAt"` | ||||
| } | ||||
|  | ||||
| type Parks struct { | ||||
| 	Park | ||||
| 	NormAuthorizedLossRate float64             `json:"norm_authorized_loss_rate"` | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -12,9 +12,9 @@ Server: | ||||
|   ReadTimeout: 60 | ||||
|   WriteTimeout: 60 | ||||
| Redis: | ||||
|   Host: 192.168.88.129 | ||||
|   Host: 127.0.0.1 | ||||
|   Port: 6379 | ||||
|   Password: 123456 | ||||
|   Password: | ||||
|   DB: 1 | ||||
| Service: | ||||
|   MaxSessionLife: 2h | ||||
|   | ||||
		Reference in New Issue
	
	Block a user