瀏覽代碼

添加逻辑简述

xyxie 10 月之前
父節點
當前提交
14091c1c9a
共有 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)