- 在SelfDeliveredAndUpdateStatus中设置OrderFlagMaskSetDelivered标志位

This commit is contained in:
gazebo
2019-05-27 14:03:58 +08:00
parent 83621cb3f2
commit af7d0d2379
5 changed files with 11 additions and 9 deletions

View File

@@ -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 {