6
0
Fork 0
release
vine_liutk 2022-01-20 14:23:25 +08:00 committed by 李静
parent 303b66a0e9
commit c52da4bb92
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class DealerManageSubsidyLog extends Model
*/
public function order()
{
return $this->belongsTo(Order::class, 'order_id');
return $this->belongsTo(DealerOrder::class, 'order_id');
}
/**