Compare commits

...

2 Commits

Author SHA1 Message Date
cjy
cdbca82323 Merge branch 'feat-cjy-taskBench' into dev 2025-11-19 11:00:26 +08:00
cjy
c049ca19c9 bugfix: 修复已完成视频脚本数排序 2025-11-19 11:00:13 +08:00

View File

@ -1958,6 +1958,7 @@ func GetTaskAssignRecordsList(req *TaskAssignRecordsQueryRequest) ([]*model.Task
"complete_video_count": true,
"complete_post_count": true,
"complete_data_count": true,
"complete_video_script_count": true,
"created_at": true,
"assign_records_uuid": true,
}