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

This commit is contained in:
昔念
2026-03-23 15:01:13 +08:00
parent 84024aed83
commit 705eb31007
2 changed files with 8 additions and 3 deletions

View File

@@ -320,7 +320,8 @@ func NewPetService(userid uint32) *PetService {
},
},
PageQueryOp: &cool.QueryOp{
FieldEQ: []string{"player_id", "free"},
FieldEQ: []string{"player_id", "free"},
DataFieldEQ: []string{"ID"},
Where: func(ctx context.Context) [][]interface{} {
// var (
// admin = cool.GetAdmin(ctx)