fix task article link drawer
This commit is contained in:
@@ -25,6 +25,7 @@ type GenerationTaskInput struct {
|
||||
OperatorID int64
|
||||
TenantID int64
|
||||
ArticleID *int64
|
||||
TaskBatchID *string
|
||||
QuotaReservationID *int64
|
||||
TaskType string
|
||||
RequestHash *string
|
||||
@@ -91,6 +92,7 @@ func (r *auditRepository) CreateGenerationTask(ctx context.Context, input Genera
|
||||
OperatorID: pgInt8(operatorID),
|
||||
TenantID: input.TenantID,
|
||||
ArticleID: pgInt8(input.ArticleID),
|
||||
TaskBatchID: pgText(input.TaskBatchID),
|
||||
QuotaReservationID: pgInt8(input.QuotaReservationID),
|
||||
TaskType: input.TaskType,
|
||||
RequestHash: pgText(input.RequestHash),
|
||||
|
||||
Reference in New Issue
Block a user