Browse Source

no message

zhangchuanxing 1 week ago
parent
commit
8d5e83941f
1 changed files with 1 additions and 1 deletions
  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]
 			}
 		}
 	}