招聘会
This commit is contained in:
10
sql/public_job_fair_data.sql
Normal file
10
sql/public_job_fair_data.sql
Normal 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');
|
||||
Reference in New Issue
Block a user