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]
 			}
 		}
 	}