1
0

fix: customized sql

This commit is contained in:
2024-01-02 19:55:07 +08:00
parent e8a151d07d
commit 66c6d7fcc9

View File

@@ -1,3 +1,29 @@
REPLACE
INTO `omc_db`.`sys_config` (
`config_id`,
`config_name`,
`config_key`,
`config_value`,
`config_type`,
`create_by`,
`create_time`,
`update_by`,
`update_time`,
`remark`
)
VALUES (
107,
'config.sys.copyright',
'sys.copyright',
'config.sys.copyrightValue',
'Y',
'supervisor',
1698110000000,
NULL,
0,
'config.sys.copyrightRemark'
);
REPLACE
INTO `omc_db`.`sys_config` (
`config_id`,