#20200922 delete from config where `key`='COVERT_PRACTOCE_LOCATION'; INSERT INTO `config` ( `key`, `value`, `name`, `active`, `create_time`, `update_time`, `update_by`) VALUES ( 'COVERT_PRACTOCE_LOCATION', '1', '控制saas传子站保安实习附件是否要转成子站地址以及页面入口显示', '', '2020-09-21 16:41:39', '2020-09-21 17:08:44', 'admin'); delete from config where `key`='COVERT_CONTRACT_LOCATION'; INSERT INTO `config` ( `key`, `value`, `name`, `active`, `create_time`, `update_time`, `update_by`) VALUES ( 'COVERT_CONTRACT_LOCATION', '1', '控制saas传子站劳动合同附件是否要转成子站地址以及页面入口显示', '', '2020-09-21 16:42:15', '2020-09-21 17:35:34', 'admin'); delete from sys_dict where codeType ='businessType' and codeValue='011'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ( '1',NOW(),true, 'businessType', NULL, '业务类型', '011', '等级证补贴审批', '11'); delete from sys_dict where codeType ='businessType' and codeValue='012'; INSERT INTO `sys_dict` ( `isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ( '1',NOW(),true, 'businessType', NULL, '业务类型', '012', '资格证补贴审批', '12'); #20200928 DELETE from sys_dict where codeType='subsidyApprovalState'; INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', '2020-04-03 14:22:39', '', 'subsidyApprovalState', NULL, '补贴审批状态', '001', '待上传', '1'); INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', '2020-04-03 14:22:39', '', 'subsidyApprovalState', NULL, '补贴审批状态', '002', '待审批', '2'); INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', '2020-04-03 14:22:39', '', 'subsidyApprovalState', NULL, '补贴审批状态', '003', '审批通过', '3'); INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', '2020-04-03 14:22:39', '', 'subsidyApprovalState', NULL, '补贴审批状态', '004', '审批不通过', '4'); INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('1', '2020-04-03 14:22:39', '', 'subsidyApprovalState', NULL, '补贴审批状态', '005', '审批中', '5'); INSERT INTO `sys_dict` (`isActive`, `updateTime`, `updateflag`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) VALUES ('0', '2020-04-03 14:22:39', '', 'subsidyApprovalState', NULL, '补贴审批状态', '009', '审批撤销', '9');