|
@@ -2552,7 +2552,7 @@ public class WmScorePackageServiceImpl extends ServiceImpl<WmScorePackageMapper,
|
|
|
this.getExcelReportOpt(scorePackage, CacheConstants.EXCEL_EXPORT_ZB_REPORT_CACHE);
|
|
|
|
|
|
// 封装新版报告状态
|
|
|
- WmReportOpt newReportOpt = this.getNewReportOpt(scorePackage, CacheConstants.NEW_DRUG_ENT_REPORT_CACHE);
|
|
|
+ WmReportOpt newReportOpt = this.getNewReportOpt(scorePackage, CacheConstants.NEW_PERSONAL_REPORT_CACHE);
|
|
|
scorePackage.setNewReportOpt(newReportOpt);
|
|
|
|
|
|
// 封装新版excel报告状态
|