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