【应急单】定时解散群聊

This commit is contained in:
2026-01-08 16:59:01 +08:00
parent 464abc6521
commit a00d361f6b
7 changed files with 116 additions and 9 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `emergency_order`
ADD COLUMN `destroy_group` tinyint(1) NULL DEFAULT 0 COMMENT '是否解散群聊(0: 1:)' AFTER `major_user_two_avatar`;