修改地址
This commit is contained in:
@@ -104,7 +104,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://qd.zhaopinzao8dian.com/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="+ Base64.getEncoder().encodeToString(String.valueOf(job.getJobId()).getBytes()));
|
||||||
if(!StringUtil.isEmptyOrNull(job.getScale())){
|
if(!StringUtil.isEmptyOrNull(job.getScale())){
|
||||||
esJobDocument.setScale(Integer.valueOf(job.getScale()));
|
esJobDocument.setScale(Integer.valueOf(job.getScale()));
|
||||||
}else {
|
}else {
|
||||||
@@ -600,7 +600,7 @@ public class ESJobSearchImpl implements IESJobSearchService
|
|||||||
}
|
}
|
||||||
|
|
||||||
BeanUtils.copyBeanProp(esJobDocument, job);
|
BeanUtils.copyBeanProp(esJobDocument, job);
|
||||||
esJobDocument.setAppJobUrl("https://ks.zhaopinzao8dian.com/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="+ Base64.getEncoder().encodeToString(String.valueOf(job.getJobId()).getBytes()));
|
||||||
if(!StringUtil.isEmptyOrNull(job.getScale())){
|
if(!StringUtil.isEmptyOrNull(job.getScale())){
|
||||||
esJobDocument.setScale(Integer.valueOf(job.getScale()));
|
esJobDocument.setScale(Integer.valueOf(job.getScale()));
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ public class StringUtil {
|
|||||||
/**
|
/**
|
||||||
* 岗位互联网
|
* 岗位互联网
|
||||||
*/
|
*/
|
||||||
public static final String BASE_WW_GW="http://http://222.80.110.161:80/kashi/job-portal/detail/:";
|
public static final String BASE_WW_GW="https://www.xjksly.cn/kashi/job-portal/detail/";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*录用
|
*录用
|
||||||
@@ -77,7 +77,7 @@ public class StringUtil {
|
|||||||
/**
|
/**
|
||||||
* 互联网
|
* 互联网
|
||||||
*/
|
*/
|
||||||
public static final String PATH_PROXY_50="http://222.80.110.161:80/file/";
|
public static final String PATH_PROXY_50="https://www.xjksly.cn/file/";
|
||||||
/**
|
/**
|
||||||
* 经办端
|
* 经办端
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user