浏览代码

Merge branch 'feature/eta1.7.7_eta_forum' into debug

xyxie 1 年之前
父节点
当前提交
59fcad6d8e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/eta_forum/eta_forum_hub.go

+ 1 - 0
services/eta_forum/eta_forum_hub.go

@@ -98,6 +98,7 @@ func UploadChart(chartInfoId int, description string) (err error, errMsg string)
 	req.EdbInfoList = edbInfoList
 	req.EdbInfoDataList = edbInfoDataList
 	req.EdbInfoCalculateMapping = edbMappingList
+	req.Description = description
 
 	// 添加计算指标
 	reqJson, err := json.Marshal(req)