aa
This commit is contained in:
@@ -1245,7 +1245,11 @@ func RefreshJdDelivery(ctx *jxcontext.Context) (err error) {
|
|||||||
return retVal, err
|
return retVal, err
|
||||||
}
|
}
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
fmt.Println("Status", dOrder.Status)
|
||||||
dao.UpdateEntity(db, dOrder, "Status")
|
dao.UpdateEntity(db, dOrder, "Status")
|
||||||
|
} else {
|
||||||
|
fmt.Println("Status", dOrder.Status)
|
||||||
|
fmt.Println("err", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user