修改查询下架岗位sql
This commit is contained in:
@@ -65,7 +65,7 @@ public interface JobMapper extends BaseMapper<Job>
|
||||
|
||||
public int updateStatus(Job job);
|
||||
|
||||
List<Job> getJobDownList();
|
||||
List<Long> getJobDownList();
|
||||
|
||||
void updateJobDown(List<Long> list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user