소스 검색

no message

zhangchuanxing 1 주 전
부모
커밋
8d5e83941f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/cygx/summary_manage.go

+ 1 - 1
controllers/cygx/summary_manage.go

@@ -1301,7 +1301,7 @@ func (this *SummaryManage) ArticleHistoryExport() {
 	for _, v := range list {
 		if v.Mobile != "" {
 			if v.RealName == "" {
-				v.RealName = mapMobileSellName[v.Mobile]
+				v.RealName = mapMobileRealName[v.Mobile]
 			}
 		}
 	}