Commit 87b3ea5b by 杨树贤

品牌限制

parent 492d8d42
Showing with 6 additions and 0 deletions
......@@ -49,6 +49,12 @@ class BrandService
if (empty($standardBrand['brand_short_name_en'])) {
continue;
}
if ($standardBrand['status'] != 1) {
continue;
}
if ($standardBrand['is_show'] != 1) {
continue;
}
$matchLetter = false;
foreach ($letters as $letter) {
//brand_short_name_en
......
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