6
0
Fork 0
release
李静 2022-01-24 14:05:33 +00:00 committed by Gitee
parent 08b7dafa4e
commit 3d43fefa9c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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];