Compare commits

...

2 Commits

Author SHA1 Message Date
cjy
e74d95b70a Merge branch 'feat-cjy-taskBench2' into dev
# Conflicts:
#	api/bundle/bundle.pb.go
2025-11-17 11:41:22 +08:00
cjy
522eed2817 feat: 多条件查询待指派任务增加 summary ,计算每个字段的之和 2025-11-17 11:35:45 +08:00
2 changed files with 1611 additions and 1395 deletions

File diff suppressed because it is too large Load Diff

View File

@ -597,6 +597,14 @@ func (this *TaskAssignRecordsQueryResponse) Validate() error {
}
}
}
if this.Summary != nil {
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Summary); err != nil {
return github_com_mwitkow_go_proto_validators.FieldError("Summary", err)
}
}
return nil
}
func (this *TaskAssignRecordsSummary) Validate() error {
return nil
}
func (this *ArtistUploadStatsItem) Validate() error {