|
@@ -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,"未找到商品信息");
|
|
|
}
|