更新
This commit is contained in:
@@ -14,6 +14,9 @@ class PrescriptionOrder extends BaseModel
|
||||
{
|
||||
use SoftDelete;
|
||||
|
||||
/** 已取消 / 已退款的历史订单不再占用处方;部分退款仍沿用原履约状态。 */
|
||||
public const RELEASED_PRESCRIPTION_STATUSES = [4, 10];
|
||||
|
||||
protected $name = 'tcm_prescription_order';
|
||||
|
||||
protected $deleteTime = 'delete_time';
|
||||
|
||||
Reference in New Issue
Block a user