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