This commit is contained in:
@@ -21,7 +21,7 @@ func NewTalkConfigService() *TalkConfigService {
|
||||
func (s *TalkConfigService) GetCache(flag int) model.MineralCollectionConfig {
|
||||
|
||||
var config model.MineralCollectionConfig
|
||||
dbm(s.Model).Where("type", flag).Scan(&config)
|
||||
dbm_enable(s.Model).Where("type", flag).Scan(&config)
|
||||
return config
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user