修复错误4
This commit is contained in:
parent
e6b97b4b77
commit
fecb1a4a04
@ -15,7 +15,11 @@ class StoreMicro extends BaseController
|
|||||||
if (!$store_product){
|
if (!$store_product){
|
||||||
return app('json')->fail('平台没有该条形码,请自行录入');
|
return app('json')->fail('平台没有该条形码,请自行录入');
|
||||||
}
|
}
|
||||||
|
$store_product['is_mer_show']=0;
|
||||||
|
return app('json')->success(['data'=>$store_product]);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
$find['is_mer_show']=1;
|
||||||
return app('json')->success(['data'=>$find]);
|
return app('json')->success(['data'=>$find]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user