|
@@ -93,7 +93,7 @@ public class WmReportServiceImpl extends ServiceImpl<WmReportMapper, WmReport> i
|
|
|
WmReportOpt opt = new WmReportOpt();
|
|
|
|
|
|
// 获取生成记录
|
|
|
- String key = String.format(CacheConstants.EXPORT_NB_REPORT_CACHE, report.getScoreId());
|
|
|
+ String key = String.format(CacheConstants.EXPORT_NB_REPORT_CACHE, report.getId());
|
|
|
String o = redisTemplate.opsForValue().get(key);
|
|
|
|
|
|
if (StrUtil.isNotEmpty(o)) {
|