|
@@ -120,7 +120,7 @@ public class WmScorePackageExportServiceImpl implements WmScorePackageExportServ
|
|
|
List<WmScorePackageSubInfoExcelModel> data = this.getExportData(user, roles, startDate, endDate);
|
|
|
|
|
|
// 导出
|
|
|
- String resultValue = exportUtils.WriteExportExcel(ExportType.SCORE_PACKAGE_SUB, data, SysUserExcelModel.class, user);
|
|
|
+ String resultValue = exportUtils.WriteExportExcel(ExportType.SCORE_PACKAGE_SUB, data, WmScorePackageSubInfoExcelModel.class, user);
|
|
|
return !StrUtil.startWith(resultValue, "ERROR");
|
|
|
} finally {
|
|
|
// 释放全局限流
|