diff --git a/models/workflow_execution/workflow_execution.go b/models/workflow_execution/workflow_execution.go index a1607e1..4043964 100755 --- a/models/workflow_execution/workflow_execution.go +++ b/models/workflow_execution/workflow_execution.go @@ -217,7 +217,7 @@ func (d *WorkflowExecution) bookEach(executionsID string, wfID string, dt tools. d.PeerBookByGraph[priced.GetCreatorID()][itemID] = []string{} } start := d.ExecDate - if s := priced.GetLocationStart(); s != nil && s.After(time.Now()) { + if s := priced.GetLocationStart(); s != nil { start = *s } fmt.Println("qdqsd", start, d.ExecDate)