修改es默认企业类型为个体工商户

This commit is contained in:
chenshaohua
2026-07-08 13:25:52 +08:00
parent c8a9eb5630
commit 7aae0f29ea

View File

@@ -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());