Commit 62ff3ad4 by mushishixian

fix

parent 08e5027e
Showing with 1 additions and 1 deletions
......@@ -59,7 +59,7 @@ class BrandModel extends Model
if (!$brandId)continue;
$brandList[] = [
'brand_id' => $brandId,
'brand_name' => $brandName,
'brand_name' => trim($brandName),
];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment