文档说明
数据库
ALTER table custom_page add column `work_city` varchar(200) NOT NULL DEFAULT '' COMMENT '默认工作城市';
ALTER table custom_page add column `job_category_id` int(11) DEFAULT NULL COMMENT '默认职位类型';
-- 生产环境需要更换模板图
INSERT INTO easyrecruitment.sys_dict_data(dict_sort,dict_label,dict_value,dict_type,css_class,list_class,remark)
VALUES (1,'模板2','2','CUSTOM_PAGE_TEMPLATE','https://lkl.lurb.online/recruiter/download/customPageTemplate/模板2.png','pagesTemp/templateB/templateB','页面模版');
xxl-job定时任务(程序运行后先执行)
小程序新增:
任务描述:生成自定义页面模板数据
JobHandler:generateCustomPage
修改于 2024-03-11 02:34:32