测试接口

This commit is contained in:
苏尹岚
2020-08-27 10:17:40 +08:00
parent 5f9ccc318f
commit cfacd42804
2 changed files with 6 additions and 5 deletions

View File

@@ -937,10 +937,11 @@ func jxOrder2GoodsOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, deliveryAd
OrderSeq: 0,
BuyerComment: jxOrder.BuyerComment,
DeliveryType: model.OrderDeliveryTypeStoreSelf,
StatusTime: time.Now(),
EarningType: jxOrder.EarningType,
OrderType: jxOrder.OrderType,
DeliveryType: model.OrderDeliveryTypeStoreSelf,
StatusTime: time.Now(),
EarningType: jxOrder.EarningType,
OrderType: jxOrder.OrderType,
VendorOrderID2: jxOrder.OrderID2,
}
if userID == "" {
order.UserID = ctx.GetUserID()