1
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
昔念
2026-04-29 11:24:51 +08:00
parent 188d80d41b
commit 4d51372a2d

View File

@@ -82,7 +82,7 @@ func (s *GoldListService) ModifyBefore(ctx context.Context, method string, param
t, _ := s.dbm_fix(s.Model).Where("player_id", userId).Where("status", 0).Count()
if t > 0 {
return fmt.Errorf("不允许挂单")
return fmt.Errorf("不允许挂单")
}
var (