修改查询下架岗位sql

This commit is contained in:
sh
2026-04-02 13:08:52 +08:00
parent 403e43944e
commit ebd681e99b
3 changed files with 3 additions and 4 deletions

View File

@@ -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);
}