diff --git a/business/model/dao/report.go b/business/model/dao/report.go index 5fb620560..14047a9ac 100644 --- a/business/model/dao/report.go +++ b/business/model/dao/report.go @@ -34,7 +34,7 @@ type StatisticsReportForOrdersList struct { OperatorName2 string `json:"operatorName2"` OperatorName3 string `json:"operatorName3"` - Address string "address" + Address string `json:"address"` CityName string `json:"cityName"` Status int `json:"status"` Tel1 string `orm:"size(32);index" json:"tel1"`