Browse Source

添加逻辑简述

xyxie 10 months ago
parent
commit
14091c1c9a
1 changed files with 1 additions and 0 deletions
  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)