diff --git a/app/common/model/store/order/StoreOrder.php b/app/common/model/store/order/StoreOrder.php index a4ab9694..5fed0701 100644 --- a/app/common/model/store/order/StoreOrder.php +++ b/app/common/model/store/order/StoreOrder.php @@ -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 {