订单结算价测试

This commit is contained in:
苏尹岚
2020-05-14 09:22:59 +08:00
parent e56231a2d8
commit f6c7275d4f
5 changed files with 18 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ type OrderSku struct {
SkuType int `json:"skuType"` // 当前如果为gift就为1否则缺省为0
PromotionType int `json:"promotionType"` // todo 当前是用于记录京东的PromotionType(生成jxorder用),没有做转换
OrderCreatedAt time.Time `orm:"type(datetime);index" json:"-"` // 分区考虑
IsVendorAct int `json:"isVendorAct"`
}
// 同样商品在一个订单中可能重复出现(比如搞活动时,相同商品价格不一样,第一个有优惠)