release
parent
303b66a0e9
commit
c52da4bb92
|
|
@ -38,7 +38,7 @@ class DealerManageSubsidyLog extends Model
|
||||||
*/
|
*/
|
||||||
public function order()
|
public function order()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Order::class, 'order_id');
|
return $this->belongsTo(DealerOrder::class, 'order_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue