diff --git a/modules/config/service/shiny.go b/modules/config/service/shiny.go index f77349f1d..4b0788fb3 100644 --- a/modules/config/service/shiny.go +++ b/modules/config/service/shiny.go @@ -20,6 +20,9 @@ func NewShinyService() *ShinyService { return &ShinyService{ &cool.Service{ Model: model.NewColorfulSkin(), + ListQueryOp: &cool.QueryOp{ + FieldEQ: []string{"is_enable"}, + }, InsertParam: func(ctx context.Context) g.MapStrAny { admin := cool.GetAdmin(ctx) userId := admin.UserId