数据库配置文件

This commit is contained in:
2026-01-10 21:08:59 +08:00
parent e01a1bf253
commit e12d8157a7

View File

@@ -177,7 +177,7 @@ public class ESJobSearchImpl implements IESJobSearchService
BeanUtils.copyBeanProp(esJobDocument, job); BeanUtils.copyBeanProp(esJobDocument, job);
CompanyVo vo=job.getCompanyVo(); CompanyVo vo=job.getCompanyVo();
esJobDocument.setCompanyVoJson(JSON.toJSONString(vo)); esJobDocument.setCompanyVoJson(JSON.toJSONString(vo));
esJobDocument.setAppJobUrl("https://www.xjksly.cn/app#/packageA/pages/post/post?jobId="+ Base64.getEncoder().encodeToString(String.valueOf(job.getJobId()).getBytes())); esJobDocument.setAppJobUrl("https://www.xjksly.cn/app#/packageA/pages/post/post?jobId="+ job.getJobId());
if(!StringUtil.isEmptyOrNull(job.getScale())){ if(!StringUtil.isEmptyOrNull(job.getScale())){
esJobDocument.setScale(Integer.valueOf(job.getScale())); esJobDocument.setScale(Integer.valueOf(job.getScale()));
}else { }else {