Explorar o código

Merge branch 'feature/group_list' of xuyiping/kpt-tmr-group into develop

xuyiping hai 1 ano
pai
achega
a0e15d1f18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      model/formula_estimate.go

+ 1 - 1
model/formula_estimate.go

@@ -340,7 +340,7 @@ type FeedStatisticsResponse struct {
 }
 
 type FeedStatisticsData struct {
-	List map[string]interface{} `json:"list,omitempty"`
+	List map[string]interface{} `json:"list"`
 }
 
 var DefaultSheetName = "Sheet1"