瀏覽代碼

no message

xingzai 9 月之前
父節點
當前提交
b79f18b149
共有 1 個文件被更改,包括 1 次插入1 次删除
  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], "/")
 			}
 		}