wugg 3 лет назад
Родитель
Сommit
0ee3d8e5cb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/admin/controller/Project.php

+ 1 - 1
app/admin/controller/Project.php

@@ -147,7 +147,7 @@ class Project extends Base
                 return error_show(1004,"未找到商品信息");
             }
         }else{
-            $good=Db::name("consoult_bids")->where(["spuCode"=>$spuCode,"is_del"=>0])->select()->toArray();
+            $good=Db::name("consult_bids")->where(["spuCode"=>$spuCode,"is_del"=>0])->select()->toArray();
             if(empty($good)){
                 return error_show(1004,"未找到商品信息");
             }