From 3d43fefa9cb8c2463d1a08579ade01f402e9ccdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Mon, 24 Jan 2022 14:05:33 +0000 Subject: [PATCH] Fix --- app/Models/Dealer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Dealer.php b/app/Models/Dealer.php index d31e8854..ada798be 100644 --- a/app/Models/Dealer.php +++ b/app/Models/Dealer.php @@ -248,7 +248,7 @@ class Dealer extends Model $lines = []; foreach ($dealers as $dealer) { - preg_match("#\A{$path}\d+-#", $dealer->full_path, $matches); + preg_match("#\A{$path}\d+-#", $dealer->userInfo->full_path, $matches); $line = $matches[0];