소스 검색

Merge branch 'CRM_15.6' into debug

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

+ 2 - 2
controllers/roadshow/report.go

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