This commit is contained in:
苏尹岚
2020-10-16 16:59:51 +08:00
parent d2c6d02b82
commit 74e4ca6479

View File

@@ -62,7 +62,7 @@ type ImMessageRecord struct {
func (*ImMessageRecord) TableIndex() [][]string { func (*ImMessageRecord) TableIndex() [][]string {
return [][]string{ return [][]string{
[]string{"GroupID"}, []string{"GroupID"},
[]string{"CreateAt"}, []string{"CreatedAt"},
} }
} }