Преглед на файлове

fix: 新版NBA报告导出-提示信息

lixuesong преди 1 година
родител
ревизия
a9b11371f8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/ReportExportController.java

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/ReportExportController.java

@@ -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());