소스 검색

no message

xingzai 11 달 전
부모
커밋
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], "/")
 			}
 		}