generated from dxfeng/secondev-chapanda-feishu
简历订阅 页面拓展调整
This commit is contained in:
parent
b181b234b3
commit
021fc2b8e8
|
|
@ -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("简历订阅推送失败,未获取到对应的页面拓展配置信息");
|
||||
}
|
||||
|
||||
// 查询所有的消息提醒类型的页面拓展
|
||||
|
|
|
|||
Loading…
Reference in New Issue