发布岗位bug修复
This commit is contained in:
@@ -419,7 +419,7 @@ public class JobServiceImpl extends ServiceImpl<JobMapper,Job> implements IJobSe
|
||||
if(!longs.isEmpty()){
|
||||
fileMapper.updateBussinessids(longs,job.getJobId());
|
||||
}
|
||||
if (job.getIsPublish() == 1) {
|
||||
if (Integer.valueOf(1).equals(job.getIsPublish())) {
|
||||
//同步到es
|
||||
iesJobSearchService.updateJob(job.getJobId());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user