|
@@ -619,7 +619,7 @@ public class ReportExportController {
|
|
|
.eq(ReportHandlerDeptRelation::getDetpId, scorePackage.getDeptId())
|
|
|
.eq(ReportHandlerDeptRelation::getReportType, ReportTypeEnum.NEW_NBA.getType()));
|
|
|
if (count <= 0) {
|
|
|
- return R.failed("该企业未配置模板");
|
|
|
+ return R.failed("该企业尚未配置新模版,请联系客服人员进行模版配置");
|
|
|
}
|
|
|
|
|
|
String key = String.format(CacheConstants.NEW_NBA_REPORT_CACHE, wmScorePackage.getId());
|
|
@@ -657,7 +657,7 @@ public class ReportExportController {
|
|
|
.eq(ReportHandlerDeptRelation::getDetpId, scorePackage.getDeptId())
|
|
|
.eq(ReportHandlerDeptRelation::getReportType, ReportTypeEnum.NEW_EXCEL_NBA.getType()));
|
|
|
if (count <= 0) {
|
|
|
- return R.failed("该企业未配置模板");
|
|
|
+ return R.failed("该企业尚未配置新模版,请联系客服人员进行模版配置");
|
|
|
}
|
|
|
|
|
|
String key = String.format(CacheConstants.NEW_EXCEL_NBA_REPORT_CACHE, wmScorePackage.getId());
|