DELETE from sys_dict where codeType='comCerType'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', '2020-04-03 15:29:36', '', 'comCerType', NULL, '打印类型', '1', '线上审批', '1'), ('1', '2020-10-12 11:39:44', '', 'comCerType', NULL, '打印类型', '0', '线下审批', '2'); DELETE from sys_dict where codeType='learnRecordType'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', now(), '', 'learnRecordType', NULL, '学习记录类型', '01', '资格证', '1'), ('1', now(), '', 'learnRecordType', NULL, '学习记录类型', '03', '等级证', '2'); DELETE from sys_dict where codeType='learnAuthState'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', now(), '', 'learnAuthState', NULL, '学习记录认证状态', '1', '认证成功', '1'), ('1', now(), '', 'learnAuthState', NULL, '学习记录认证状态', '0', '认证失败', '2'); #2020-12-21 DELETE from sys_dict where codeType='regulatorMeetChargeType'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', now(), '', 'regulatorMeetChargeType', NULL, '监管会议负责人类型', '1', '总经理', '1'), ('1', now(), '', 'regulatorMeetChargeType', NULL, '监管会议负责人类型', '2', '副总经理', '2'), ('1', now(), '', 'regulatorMeetChargeType', NULL, '监管会议负责人类型', '3', '系统管理员', '3'), ('1', now(), '', 'regulatorMeetChargeType', NULL, '监管会议负责人类型', '4', '培训负责人', '4'), ('1', now(), '', 'regulatorMeetChargeType', NULL, '监管会议负责人类型', '5', '财务负责人', '5'), ('1', now(), '', 'regulatorMeetChargeType', NULL, '监管会议负责人类型', '6', '视频会议负责人', '6');