delete from `config` where `key` = 'REMOTE_BACKGROUND_URL'; INSERT INTO `config` (`key`, `value`, `name`, `create_time`, `update_time`, `update_by`) VALUES ('REMOTE_BACKGROUND_URL', 'http://192.168.30.182:8080/ars-web/backgroupapproval/remoteExamine.json', '陕西背景筛查远程调用地址', now(), now(), 'system'); delete from `config` where `key` = 'NEED_REMOTE_BACKGROUND'; INSERT INTO `config` (`key`, `value`, `name`, `create_time`, `update_time`, `update_by`) VALUES ('NEED_REMOTE_BACKGROUND', '1', '需要陕西背景筛查远程调用', now(), now(), 'system'); delete from `sys_dict` where `codeType` = 'businessType'; INSERT INTO `sys_dict` (`isActive`, `codeType`, `tableName`, `description`, `codeValue`, `label`, `seq`) select '1','businessType',null,'业务类型',code_value,code_name,code_desc from sys_code order by code_value;