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

This commit is contained in:
昔念
2026-04-15 00:17:06 +08:00
parent 6f51a2e349
commit 3999f34f77

View File

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