zhangchuanxing 1 nedēļu atpakaļ
vecāks
revīzija
8d5e83941f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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]
 			}
 		}
 	}