|
@@ -60,11 +60,7 @@ func (*selection) Create(ctx context.Context, request http_model.CreateSelection
|
|
|
Platform: conv.MustInt(request.Platform, 0),
|
|
|
ProductSnap: string(productInfoToJson),
|
|
|
ProductPhotoSnap: string(productPhotosToJson),
|
|
|
- CreatedAt: time.Date(2026, 1, 1, 0, 0, 0, 0, time.UTC),
|
|
|
- SubmitAt: time.Date(2026, 1, 1, 0, 0, 0, 0, time.UTC),
|
|
|
- PassAt: time.Date(2026, 1, 1, 0, 0, 0, 0, time.UTC),
|
|
|
- PayAt: time.Date(2026, 1, 1, 0, 0, 0, 0, time.UTC),
|
|
|
- FinishAt: time.Date(2026, 1, 1, 0, 0, 0, 0, time.UTC),
|
|
|
+ CreatedAt: time.Now(),
|
|
|
TaskDdl: taskDdl,
|
|
|
EstimatedCost: "0",
|
|
|
TaskReward: "0",
|