数据库配置文件
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user