6
0
Fork 0
release
panliang 2022-05-31 13:10:02 +08:00
parent 18c07b1879
commit fa84e5a685
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{