delete from config where `key`='dataSyncLastDate'; INSERT INTO `config` (`key`, `value`, `name`, `active`, `create_time`, `update_time`, `update_by`) VALUES ('dataSyncLastDate', '2019-06-13', '同步最后日期', '', now(), now(), 'system'); delete from config where `key`='DATASYNC_RECEIVEUSER'; INSERT INTO `config` (`key`, `value`, `name`, `active`, `create_time`, `update_time`, `update_by`) VALUES ('DATASYNC_RECEIVEUSER', 'linqinglin@bcxin.com.cn', '数据同步异常邮件收件人', '', now(), now(), 'system');