generated from dxfeng/secondev-chapanda-feishu
BUG-非千里聆,职位下架问题
This commit is contained in:
parent
b082c958d2
commit
0a0d2a15d9
|
|
@ -250,7 +250,7 @@ public class RecruitPositionServiceImpl extends Service implements RecruitPositi
|
|||
} else {
|
||||
msg = "未配置下架插件,第三方平台请至各招聘网站自行下架";
|
||||
for (String platformId : platformList) {
|
||||
recordPublishingStatus(billId, platformId, PositionReleaseStatusEnum.PUBLISHED.getValue(), msg);
|
||||
recordPublishingStatus(billId, platformId, PositionReleaseStatusEnum.CLOSED.getValue(), msg);
|
||||
}
|
||||
}
|
||||
Map<String, Object> reportList = getReportList(param);
|
||||
|
|
@ -272,7 +272,7 @@ public class RecruitPositionServiceImpl extends Service implements RecruitPositi
|
|||
String qllgwid = rs.getString("qllgwid");
|
||||
// 第三方渠道未发布,不调用千里聆执行职位下架操作
|
||||
if (StringUtils.isBlank(qllgwid)) {
|
||||
throw new CustomizeRunTimeException("billId=" + billId + ",当前职位暂未同步至千里聆发布,无需进行下架操作");
|
||||
throw new CustomizeRunTimeException("当前职位未同步至千里聆发布,无需进行刷新操作,职位ID【" + billId + "】");
|
||||
}
|
||||
jobId = Long.parseLong(qllgwid);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue