浏览代码

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"