- 在SelfDeliveredAndUpdateStatus中设置OrderFlagMaskSetDelivered标志位
This commit is contained in:
@@ -49,7 +49,7 @@ type GoodsOrder struct {
|
||||
ModelTimeInfo `json:"-"`
|
||||
OriginalData string `orm:"-" json:"-"` // 只是用于传递数据
|
||||
Skus []*OrderSku `orm:"-" json:"-"`
|
||||
Flag int8 `json:"flag"` //非运单调整相关的其它状态
|
||||
Flag int `json:"flag"` //非运单调整相关的其它状态
|
||||
}
|
||||
|
||||
func (o *GoodsOrder) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user