From 3a098b1a4296cecff92e9c4258d7a8b51cb96668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 14 Dec 2020 14:57:42 +0800 Subject: [PATCH] ss --- business/model/dao/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`