Bladeren bron

Merge branch 'cygx_7.2_yidongapi' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 jaren geleden
bovenliggende
commit
7b923295b6
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      services/yidong.go

+ 1 - 1
services/yidong.go

@@ -243,7 +243,7 @@ func GetYiDongActivity(cont context.Context) (err error) {
 			item.YidongActivityId = v.ID
 			item.ActivityTypeId = 3
 			item.ActivityTypeName = "公司调研电话会"
-			item.ActivityName = v.Title
+			item.ActivityName = v.Title + v.CompanyInfo
 			item.Label = v.CompanyInfo
 			item.TemporaryLabel = v.CompanyInfo
 			item.ChartPermissionId = GetActivityTypeIdWithYiDong(v.IndustrySwName)