|
@@ -567,7 +567,7 @@ public class JobAdvertisedServiceImpl implements JobAdvertisedService {
|
|
|
public void refresh(List<Long> ids) {
|
|
|
for (Long id : ids) {
|
|
|
JobAdvertisedDO job = get(id);
|
|
|
- job.setUpdateTime(LocalDateTime.now());
|
|
|
+ job.setRefreshTime(LocalDateTime.now());
|
|
|
mapper.updateById(job);
|
|
|
jobDataSync(job, SyncConstants.UPDATE);
|
|
|
}
|