Filter out disbanded groups

This commit is contained in:
skiffer-git
2022-07-20 10:18:43 +08:00
parent ac536c48cd
commit 5936492f76
5 changed files with 20 additions and 4 deletions
+1
View File
@@ -168,6 +168,7 @@ type User struct {
CreateTime time.Time `gorm:"column:create_time"`
AppMangerLevel int32 `gorm:"column:app_manger_level"`
GlobalRecvMsgOpt int32 `gorm:"column:global_recv_msg_opt"`
status int32 `gorm:"column:status"`
}
//message BlackInfo{