fix: sys_config for logo
This commit is contained in:
@@ -421,4 +421,43 @@ VALUES (
|
||||
'config.sys.i18nDefaultRemark'
|
||||
);
|
||||
|
||||
UPDATE `omc_db`.`sys_config`
|
||||
SET
|
||||
`config_name` = 'config.sys.logo.type',
|
||||
`config_key` = 'sys.logo.type',
|
||||
`config_value` = 'brand',
|
||||
`config_type` = 'Y',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1698110000000,
|
||||
`update_by` = 'admin',
|
||||
`update_time` = 1701834845928,
|
||||
`remark` = 'config.sys.logo.typeRemark'
|
||||
WHERE `config_id` = 102;
|
||||
|
||||
UPDATE `omc_db`.`sys_config`
|
||||
SET
|
||||
`config_name` = 'config.sys.logo.filePathIcon',
|
||||
`config_key` = 'sys.logo.filePathIcon',
|
||||
`config_value` = '/static/logo/{language}_icon.png',
|
||||
`config_type` = 'Y',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1698110000000,
|
||||
`update_by` = NULL,
|
||||
`update_time` = 0,
|
||||
`remark` = 'config.sys.logo.filePathIconRemark'
|
||||
WHERE `config_id` = 103;
|
||||
|
||||
UPDATE `omc_db`.`sys_config`
|
||||
SET
|
||||
`config_name` = 'config.sys.logo.filePathBrand',
|
||||
`config_key` = 'sys.logo.filePathBrand',
|
||||
`config_value` = '/static/logo/{language}_brand.png',
|
||||
`config_type` = 'Y',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1698110000000,
|
||||
`update_by` = NULL,
|
||||
`update_time` = 0,
|
||||
`remark` = 'config.sys.logo.filePathBrandRemark'
|
||||
WHERE `config_id` = 104;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
@@ -421,4 +421,43 @@ VALUES (
|
||||
'config.sys.i18nDefaultRemark'
|
||||
);
|
||||
|
||||
UPDATE `omc_db`.`sys_config`
|
||||
SET
|
||||
`config_name` = 'config.sys.logo.type',
|
||||
`config_key` = 'sys.logo.type',
|
||||
`config_value` = 'brand',
|
||||
`config_type` = 'Y',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1698110000000,
|
||||
`update_by` = 'admin',
|
||||
`update_time` = 1701834845928,
|
||||
`remark` = 'config.sys.logo.typeRemark'
|
||||
WHERE `config_id` = 102;
|
||||
|
||||
UPDATE `omc_db`.`sys_config`
|
||||
SET
|
||||
`config_name` = 'config.sys.logo.filePathIcon',
|
||||
`config_key` = 'sys.logo.filePathIcon',
|
||||
`config_value` = '/static/logo/{language}_icon.png',
|
||||
`config_type` = 'Y',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1698110000000,
|
||||
`update_by` = NULL,
|
||||
`update_time` = 0,
|
||||
`remark` = 'config.sys.logo.filePathIconRemark'
|
||||
WHERE `config_id` = 103;
|
||||
|
||||
UPDATE `omc_db`.`sys_config`
|
||||
SET
|
||||
`config_name` = 'config.sys.logo.filePathBrand',
|
||||
`config_key` = 'sys.logo.filePathBrand',
|
||||
`config_value` = '/static/logo/{language}_brand.png',
|
||||
`config_type` = 'Y',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1698110000000,
|
||||
`update_by` = NULL,
|
||||
`update_time` = 0,
|
||||
`remark` = 'config.sys.logo.filePathBrandRemark'
|
||||
WHERE `config_id` = 104;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
Reference in New Issue
Block a user