Browse Source

no message

xingzai 9 months ago
parent
commit
b79f18b149
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/cygx/user.go

+ 1 - 1
controllers/cygx/user.go

@@ -1720,7 +1720,7 @@ func (this *UserController) ExportInteraction() {
 			mapSubjectLabel := cygxService.GetArticleSubjectLabelByArticleId(articleIds)       // 关联标的
 			for _, v := range list {
 				v.IndustryName = strings.Join(mapIndustrialLabel[v.ArticleId], "/")
-				v.SubjectNames = strings.Join(mapSubjectLabel[v.ArticleId], "/")
+				v.SubjectNameStr = strings.Join(mapSubjectLabel[v.ArticleId], "/")
 			}
 		}