添加互联网抓取岗位上传功能——未完成

This commit is contained in:
sh
2026-06-24 12:24:11 +08:00
parent 59530c228d
commit 6e27560077
4 changed files with 102 additions and 3 deletions

View File

@@ -431,4 +431,8 @@
WHERE j.create_time >= #{tenMinutesAgo} AND j.is_publish='1' AND j.job_status='0' AND um.notice_id IS NULL
</select>
<delete id="delRowWork">
delete from row_work
</delete>
</mapper>