|
@@ -134,7 +134,7 @@ class Resign extends BaseController
|
|
|
if($mark==""){
|
|
|
return error_show(1004,"参数remark不能为空");
|
|
|
}
|
|
|
- $good =Db::name("good_basic")->where([["spuCode","=",$good_code],["a.is_del","=",0]])->find();
|
|
|
+ $good =Db::name("good_basic")->where([["spuCode","=",$good_code],["is_del","=",0]])->find();
|
|
|
if($good==false){
|
|
|
return error_show(1004,"未找到商品数据");
|
|
|
}
|