diff --git a/business/model/order.go b/business/model/order.go index 3302ab03c..c7bc75b50 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -44,7 +44,7 @@ type GoodsOrder struct { OrderFinishedAt time.Time `orm:"type(datetime)" json:"orderFinishedAt"` StatusTime time.Time `orm:"type(datetime)" json:"-"` // last status time ModelTimeInfo `json:"-"` - OriginalData string `orm:"type(text)" json:"-"` + OriginalData string `orm:"-" json:"-"` Skus []*OrderSku `orm:"-" json:"-"` SkuPmFee int64 `json:"-"` //门店商品活动总支出 OrderPmFee int64 `json:"-"` //门店订单活动支出