Merge branch 'master' into jxstore
This commit is contained in:
@@ -170,7 +170,7 @@ func (c *OrderManager) legacyWriteJxOrder(order *model.GoodsOrder, db orm.Ormer,
|
||||
OrderTotalMoney: int(order.SalePrice),
|
||||
OrderDiscountMoney: int(order.SalePrice - order.ActualPayPrice),
|
||||
OrderBuyerPayableMoney: int(order.ActualPayPrice),
|
||||
// DeliveryPackageWeight: float64(order.Weight) / 1000,
|
||||
// DeliveryPackageWeight: float64(jxutils.IntWeight2Float(order.Weight)),
|
||||
}
|
||||
if order.VendorID == model.VendorIDELM {
|
||||
jxorder.OrderStatus = JX_ORDER_STATUS_WAIT_FOR_DELIVERY
|
||||
|
||||
Reference in New Issue
Block a user