zwxi 1 년 전
부모
커밋
c23b29ba72
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      controllers/roadshow/report.go

+ 2 - 2
controllers/roadshow/report.go

@@ -1425,7 +1425,7 @@ func (this *CalendarController) OverseasSellerReportList() {
 			AdminId:               researcher.AdminId,
 			RsReportRecordNumList: tmpAdminRsReportRecordNumList,
 		}
-		RsReportRecordResp.List = append(adminReportRecordList, tmpAdminReportRecord)
+		RsReportRecordResp.List = append(RsReportRecordResp.List, tmpAdminReportRecord)
 	}
 
 	//总体汇总数据
@@ -1577,7 +1577,7 @@ func (this *CalendarController) OverseasResearcherReportList() {
 			AdminId:               researcher.AdminId,
 			RsReportRecordNumList: tmpAdminRsReportRecordNumList,
 		}
-		RsReportRecordResp.List = append(adminReportRecordList, tmpAdminReportRecord)
+		RsReportRecordResp.List = append(RsReportRecordResp.List, tmpAdminReportRecord)
 	}
 
 	//总体汇总数据