Merge branch 'feature/purchase_record' into dev

This commit is contained in:
luofei 2023-07-14 15:02:15 +08:00
commit 9e901a10fc

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
{