This commit is contained in:
@@ -132,7 +132,7 @@ func (s *ServerService) GetServerID(OnlineID uint16) model.ServerList {
|
||||
// 保存版本号
|
||||
func (s *ServerService) SetServerScreen(id uint16, name string) {
|
||||
|
||||
dbm(s.Model).Where("online_id", id).Data("old_screen", name).Update()
|
||||
cool.DBM(s.Model).Where("online_id", id).Data("old_screen", name).Update()
|
||||
|
||||
}
|
||||
func (s *ServerService) GetFile() string {
|
||||
|
||||
Reference in New Issue
Block a user