style: 去除空格

This commit is contained in:
2025-02-18 10:36:49 +08:00
parent 51799c9641
commit 092b540026

View File

@@ -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('请确认操作对象是否存在');
}