Kaynağa Gözat

添加逻辑简述

xyxie 10 ay önce
ebeveyn
işleme
14091c1c9a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)