fix: 内部工作组新增

This commit is contained in:
2024-08-23 15:08:32 +08:00
parent 36d8adec6a
commit 39fc2dc7ca
3 changed files with 12 additions and 5 deletions
+3
View File
@@ -213,3 +213,6 @@ INSERT INTO `laws_tag` (`id`, `table_name`, `db_field_name`, `db_field_en_name`,
INSERT INTO sys_sms_template (id, template_code, template_name, template_content, template_type, create_by, create_time) VALUES ('1824272435207028738', 'laws_problem_library_answer', '【问答库】新回答', '您好,在 ${standardNumber} ${standardName} 的 ${title} 中有新回答,请前往标准法规管理系统或研发大前台标准法规管理模块问答库进行查看。', '5,4,6', 'admin', '2024-08-16 10:30:16');
INSERT INTO sys_sms_template (id, template_code, template_name, template_content, template_type, create_by, create_time) VALUES ('1824275060971274242', 'laws_problem_library_answer_top', '【问答库】有新的回答被置顶', '您好,在 ${standardNumber} ${standardName} 的 ${title} 中,有新的回答已被置顶,请前往标准法规管理系统或研发大前台标准法规管理模块问答库进行查看。', '4,5,6', 'admin', '2024-08-16 10:40:42');
-- 2024-08-23 岗位
ALTER TABLE laws_working_group_user
ADD COLUMN `job` varchar(500) NULL COMMENT '岗位' AFTER `del_flag`;