Browse Source

no message

zhangchuanxing 5 days ago
parent
commit
678f8f176b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/statistic/rai_data_summary.go

+ 2 - 2
controllers/statistic/rai_data_summary.go

@@ -1197,9 +1197,9 @@ func (this *StatisticRaiDataSummaryController) RaiDataSummaryDetail() {
 				item.CompanyId = v.CompanyId
 				item.CompanyName = v.CompanyName
 				if isServerSeller {
-					item.SellerName = v.ShareSellerLast
+					item.SellerName = v.ShareSellerInit
 				} else {
-					item.SellerName = v.SellerNameLast
+					item.SellerName = v.SellerNameInit
 				}
 				item.StartDate = v.StartDate
 				item.EndDate = v.EndDate