調整商品导入的错误
This commit is contained in:
parent
3ef1bbc770
commit
a04dafd7ae
@ -29,6 +29,7 @@ class StoreOrder extends BaseModel
|
|||||||
const STATUS_WAIT_CONFIRM = 12; //待确认
|
const STATUS_WAIT_CONFIRM = 12; //待确认
|
||||||
const STATUS_WAIT_PAY = 0; //待支付
|
const STATUS_WAIT_PAY = 0; //待支付
|
||||||
const STATUS_WAIT_COMMENT = 2; //待评价
|
const STATUS_WAIT_COMMENT = 2; //待评价
|
||||||
|
const STATUS_FINISH = 3; //已完成
|
||||||
|
|
||||||
public static function tablePk(): ?string
|
public static function tablePk(): ?string
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user