1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-14 13:15:10 +08:00
parent 7a5d7be255
commit 3b271e7c41
3 changed files with 3 additions and 1 deletions

View File

@@ -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 {