招聘会

This commit is contained in:
2026-01-11 02:15:16 +08:00
parent e12d8157a7
commit 55eba88734
25 changed files with 2160 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
-- 招聘会关联数据(石河子)
-- job_fair_id = 1
-- 插入招聘会-企业关联
INSERT INTO "public_job_fair_company" ("id", "job_fair_id", "company_id", "create_by", "create_time", "update_by", "update_time", "del_flag")
VALUES ('1', '1', 82158, 'admin', now(), 'admin', now(), '0');
-- 插入招聘会-岗位关联
INSERT INTO "public_job_fair_job" ("id", "job_fair_id", "job_id", "company_id", "create_by", "create_time", "update_by", "update_time", "del_flag")
VALUES ('1', '1', 119156166, 82158, 'admin', now(), 'admin', now(), '0');