gateway tomcat去除
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- 初始化聊天室人员
|
||||
-- user_admin
|
||||
INSERT INTO workcase.tb_chat_room_member(
|
||||
optsn, member_id, room_id, user_id, user_type, user_name, status, unread_count, last_read_time, last_read_msg_id, join_time, leave_time, creator, create_time, update_time
|
||||
) VALUES
|
||||
('MEM-0001', 'member_admin', 'room_0001', 'user_admin', 'staff', '系统管理员', 'active', 0, null, null, now(), null, 'system', now(), null);
|
||||
Reference in New Issue
Block a user