添加岗位下架功
This commit is contained in:
@@ -26,4 +26,6 @@ public class JobCron {
|
||||
public void updateJobCountOfCompany(){
|
||||
SpringUtils.getBean(ICompanyService.class).updateJobCountOfCompany();
|
||||
}
|
||||
//下架过期岗位
|
||||
public void updateJobDown(){SpringUtils.getBean(IJobService.class).updateJobDown();}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user