test
This commit is contained in:
@@ -217,7 +217,7 @@ func (d *WorkflowExecution) bookEach(executionsID string, wfID string, dt tools.
|
|||||||
d.PeerBookByGraph[priced.GetCreatorID()][itemID] = []string{}
|
d.PeerBookByGraph[priced.GetCreatorID()][itemID] = []string{}
|
||||||
}
|
}
|
||||||
start := d.ExecDate
|
start := d.ExecDate
|
||||||
if s := priced.GetLocationStart(); s != nil && s.After(time.Now()) {
|
if s := priced.GetLocationStart(); s != nil {
|
||||||
start = *s
|
start = *s
|
||||||
}
|
}
|
||||||
fmt.Println("qdqsd", start, d.ExecDate)
|
fmt.Println("qdqsd", start, d.ExecDate)
|
||||||
|
|||||||
Reference in New Issue
Block a user