修改下架时间——先默认挂3个月

This commit is contained in:
sh
2026-02-10 15:48:43 +08:00
parent 9faf79ef72
commit 69c3113fc2
4 changed files with 29 additions and 3 deletions

View File

@@ -1390,6 +1390,7 @@ public class JobServiceImpl extends ServiceImpl<JobMapper,Job> implements IJobSe
Job job=new Job();
job.setJobId(jobId);
job.setJobStatus("0");
job.setDownTime(DateUtils.getMonthThree(DateUtils.YYYY_MM_DD_HH_MM_SS));
//刷新单条数据
int i=jobMapper.updateStatus(job);
iesJobSearchService.updateJob(jobId);