This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user