|
@@ -373,6 +373,8 @@ public class WmScorePackageController {
|
|
|
// 封装报告记录
|
|
|
wmS.setReportMqName(CacheConstants.EXPORT_NBA_HISTORY_REPORT_CACHE);
|
|
|
wmScorePackageService.getReportOpt(wmS);
|
|
|
+ // 封装excel报告状态
|
|
|
+ wmScorePackageService.getExcelReportOpt(wmS, CacheConstants.EXCEL_EXPORT_NBA_HISTORY_REPORT_CACHE);
|
|
|
|
|
|
}
|
|
|
pageAnswer.setRecords(list);
|
|
@@ -702,6 +704,8 @@ public class WmScorePackageController {
|
|
|
// 封装导出结果
|
|
|
ext.setReportMqName(CacheConstants.EXPORT_NBA_REPORT_CACHE);
|
|
|
wmScorePackageService.getReportOpt(ext);
|
|
|
+ // 封装excel报告状态
|
|
|
+ wmScorePackageService.getExcelReportOpt(ext, CacheConstants.EXCEL_EXPORT_NBA_REPORT_CACHE);
|
|
|
}
|
|
|
|
|
|
page1.getRecords().forEach(r -> {
|