Browse Source

添加逻辑简述

xyxie 10 tháng trước cách đây
mục cha
commit
14091c1c9a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)