处理已发起售后还能发起售后
parent
e613e306b9
commit
91ba288ef7
|
|
@ -35,6 +35,9 @@ class OrderProduct extends Model
|
||||||
'vip_discount_amount',
|
'vip_discount_amount',
|
||||||
'reduced_amount',
|
'reduced_amount',
|
||||||
'total_amount',
|
'total_amount',
|
||||||
|
'after_sale_state',
|
||||||
|
'after_expire_at',
|
||||||
|
'remain_quantity',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function packageProducts()
|
public function packageProducts()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue