style: 去除空格
This commit is contained in:
@@ -273,7 +273,7 @@ class Product
|
|||||||
public function updownShelves()
|
public function updownShelves()
|
||||||
{
|
{
|
||||||
$id = request()->param('id');
|
$id = request()->param('id');
|
||||||
$product = ProductModel::bypk($id )->find();
|
$product = ProductModel::bypk($id)->find();
|
||||||
if (empty($product)) {
|
if (empty($product)) {
|
||||||
return error('请确认操作对象是否存在');
|
return error('请确认操作对象是否存在');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user