|
@@ -142,7 +142,7 @@ use think\App;class CatPlat extends Base{
|
|
|
if($sale_rate> $ist['sale_rate']){
|
|
|
$list= $this->checkGood($cat_id,$sale_rate);
|
|
|
if(!empty($list)){
|
|
|
- return app_show(10004,"存在不满足毛利率得商品价格",["spuCode"=>$list]);
|
|
|
+ return app_show(10004,"存在不满足毛利率得商品价格",["skuCode"=>$list]);
|
|
|
}
|
|
|
}
|
|
|
$data=[
|