瀏覽代碼

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