From 021fc2b8e850ec71fe7651817d124cf49206d649 Mon Sep 17 00:00:00 2001 From: dxfeng Date: Mon, 1 Apr 2024 17:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E8=AE=A2=E9=98=85=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8B=93=E5=B1=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/weaver/interfaces/recruit/cronjob/ResumePushJob.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/weaver/interfaces/recruit/cronjob/ResumePushJob.java b/src/weaver/interfaces/recruit/cronjob/ResumePushJob.java index 39c0205..8f242ed 100644 --- a/src/weaver/interfaces/recruit/cronjob/ResumePushJob.java +++ b/src/weaver/interfaces/recruit/cronjob/ResumePushJob.java @@ -77,12 +77,12 @@ public class ResumePushJob extends BaseCronJob { int modeId = ApplicantCommonInfo.getModeIdByTableName("uf_jcl_yppc"); // 简历订阅规则设置,页面拓展ID String pageExpand = ""; - rs.executeQuery("select id from mode_pageexpand where modeid = ? and expendname = ?", modeId, "简历订阅规则设置"); + rs.executeQuery("select id from mode_pageexpand where modeid = ? and expendname = ?", modeId, "规则设置(勿动)"); if (rs.next()) { pageExpand = rs.getString("id"); } if (StringUtils.isBlank(pageExpand)) { - throw new CustomizeRunTimeException("未获取到对应的页面拓展配置信息"); + throw new CustomizeRunTimeException("简历订阅推送失败,未获取到对应的页面拓展配置信息"); } // 查询所有的消息提醒类型的页面拓展