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

This commit is contained in:
昔念
2026-02-14 00:02:28 +08:00
parent e5c75f7359
commit 7cdf7a0890
2 changed files with 20 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ func NewTaskService() *TaskService {
&cool.Service{
Model: model.NewTaskConfig(),
PageQueryOp: &cool.QueryOp{
FieldEQ: []string{"task_type"},
FieldEQ: []string{"task_type", "task_id"},
KeyWordField: []string{"remark"},
},
//UniqueKey: map[string]string{"task_id": "索引不能重复"},