model
parent
18c07b1879
commit
fa84e5a685
|
|
@ -26,7 +26,7 @@ class OrderProfit extends Model
|
|||
|
||||
protected $fillable = ['id', 'order_id', 'from_user_id', 'user_id', 'role', 'role_name', 'growth_value', 'ratio', 'money', 'sub_money', 'status', 'paid_at', 'pay_no', 'pay_way', 'pay_data', 'remarks'];
|
||||
|
||||
protected $dates = ['paid'];
|
||||
protected $dates = ['paid_at'];
|
||||
|
||||
public function user()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue