Browse Source

Merge branch 'aj_wx_share'

hongze 7 tháng trước cách đây
mục cha
commit
a89c07ee87
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      controllers/smart_report.go

+ 2 - 2
controllers/smart_report.go

@@ -149,9 +149,9 @@ func (this *SmartReportController) WechatShareDetail() {
 	var shareTitle string
 	// 研报分享抬头
 	if utils.BusinessCode == "E2023080700" || utils.BusinessCode == "E2023080900" || utils.BusinessCode == "E2023080901" {
-		shareTitle = "【第" + strconv.Itoa(item.Stage) + "期|FICC】" + "(" + dateStr + ")"
+		shareTitle = "【第" + strconv.Itoa(item.Stage) + "期|FICC】" + item.Title + "(" + dateStr + ")"
 	} else {
-		shareTitle = "【第" + strconv.Itoa(item.Stage) + "期】" + "(" + dateStr + ")"
+		shareTitle = "【第" + strconv.Itoa(item.Stage) + "期】" + item.Title + "(" + dateStr + ")"
 	}
 	if v, ok := conf[models.BusinessConfH5ReportShareImg]; ok {
 		resp.H5ReportShareImg = v