調整商品导入的错误

This commit is contained in:
luofei 2023-07-14 15:02:03 +08:00
parent 3ef1bbc770
commit a04dafd7ae

View File

@ -29,6 +29,7 @@ class StoreOrder extends BaseModel
const STATUS_WAIT_CONFIRM = 12; //待确认
const STATUS_WAIT_PAY = 0; //待支付
const STATUS_WAIT_COMMENT = 2; //待评价
const STATUS_FINISH = 3; //已完成
public static function tablePk(): ?string
{