ソースを参照

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

lixuesong 1 年間 前
コミット
b6f1dd666d

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