wugg 3 years ago
parent
commit
0ee3d8e5cb
1 changed files with 1 additions and 1 deletions
  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,"未找到商品信息");
             }