111
This commit is contained in:
4
sql/patch_sys_config_data.sql
Normal file
4
sql/patch_sys_config_data.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 插入客服联系配置项(如果不存在)
|
||||
INSERT INTO sys_config (config_key, config_value, config_desc)
|
||||
VALUES ('customer_service_contact', '', '客服联系账号')
|
||||
ON DUPLICATE KEY UPDATE config_key = config_key;
|
||||
Reference in New Issue
Block a user