songxingwei 2 years ago
parent
commit
429dd3ce46
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/data/controller/shop/Goods.php

+ 0 - 1
app/data/controller/shop/Goods.php

@@ -56,7 +56,6 @@ class Goods extends Controller
             ->like('marks', ',')
             ->when($cateids,function ($qu) use ($cateids){
                 $qu->whereRaw("find_in_set(".$cateids.",cateids)");
-
             });
         $query->equal('status,vip_entry,truck_type,rebate_type')->order('sort desc,id desc')->page();
     }