Преглед изворни кода

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

xuyiping пре 1 година
родитељ
комит
a0e15d1f18
1 измењених фајлова са 1 додато и 1 уклоњено
  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"