京东商品属性修改

This commit is contained in:
苏尹岚
2020-06-01 17:23:20 +08:00
parent 2849914630
commit c77f438120
2 changed files with 2 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ func result2Orders(result *jdshopapi.AllOrdersResult) (orders []*model.GoodsOrde
BuyerComment: jdsOrder.UserRemark,
// PickDeadline: utils.DefaultTimeValue,
OriginalData: string(utils.MustMarshal(jdsOrder)),
StoreName: jdsOrder.StoreName,
}
orders = append(orders, order)
}