diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 8faf2ef3d..103713fb4 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -304,6 +304,7 @@ func (c *OrderManager) addOrderStatus(orderStatus *model.OrderStatus, db orm.Orm updateFields = append(updateFields, "LockStatus") } } + orderStatus.LockStatus = order.LockStatus if orderStatus.Status >= model.OrderStatusEndBegin { order.OrderFinishedAt = orderStatus.StatusTime updateFields = append(updateFields, "OrderFinishedAt")