Compare commits

...

2 Commits

Author SHA1 Message Date
昔念
30c89dcd2a Merge branch 'main' of https://cnb.cool/blzing/blazing
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
2026-02-05 19:59:27 +08:00
昔念
7ba3ff191e 1 2026-02-05 19:59:20 +08:00

View File

@@ -61,6 +61,9 @@ func NewItemService() *ItemService {
&cool.Service{
Model: model.NewItemGift(),
PageQueryOp: &cool.QueryOp{
KeyWordField: []string{"remark"},
},
},
}
}