xingzai hai 9 meses
pai
achega
b79f18b149
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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], "/")
 			}
 		}