solve error

This commit is contained in:
withchao
2023-03-03 18:59:28 +08:00
parent ebd1de919d
commit b74e6b52f3
11 changed files with 100 additions and 20 deletions
-3
View File
@@ -3,8 +3,6 @@ package controller
import (
"OpenIM/pkg/common/constant"
"OpenIM/pkg/common/db/cache"
"OpenIM/pkg/common/db/relation"
relationTb "OpenIM/pkg/common/db/table/relation"
unRelationTb "OpenIM/pkg/common/db/table/unrelation"
"OpenIM/pkg/common/db/unrelation"
"OpenIM/pkg/common/log"
@@ -12,7 +10,6 @@ import (
"OpenIM/pkg/common/tracelog"
"fmt"
"github.com/gogo/protobuf/sortkeys"
"gorm.io/gorm"
"sync"
"time"