修改es默认企业类型为个体工商户
This commit is contained in:
@@ -215,7 +215,7 @@ public class ESJobSearchImpl implements IESJobSearchService
|
||||
esJobDocument.setLatAndLon(esJobDocument.getLatitude().toString() + "," + esJobDocument.getLongitude().toString());
|
||||
}
|
||||
if(StringUtil.isEmptyOrNull(job.getCompanyNature())){
|
||||
esJobDocument.setCompanyNature("6");
|
||||
esJobDocument.setCompanyNature("4");
|
||||
}
|
||||
if (StringUtils.isNotEmpty(job.getPostingDate())) {
|
||||
Date date = DateUtils.dateTime(DateUtils.YYYY_MM_DD_HH_MM_SS,job.getPostingDate());
|
||||
|
||||
Reference in New Issue
Block a user