sys_config增加wsurl的 sql脚本

Signed-off-by: liuhanqing <447067298@qq.com>
pull/65/head
liuhanqing 2021-02-01 22:33:00 +08:00
parent d148730a2d
commit 1826a11499
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
delete from sys_config where config_code = 'WEB_SOCKET_WS_URL';
INSERT INTO `sys_config`(`config_id`, `config_name`, `config_code`, `config_value`, `sys_flag`, `remark`, `status_flag`, `group_code`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1356246056131649538, 'websocket的ws-url', 'WEB_SOCKET_WS_URL', 'ws://localhost:8080/message/websocket/{userId}', 'Y', '', 1, 'sys_config', 'N', '2021-02-01 22:20:32', 1339550467939639299, NULL, NULL);