feat : order

This commit is contained in:
2025-03-04 11:05:59 +08:00
parent 53798f2fcf
commit 319f0c03d4

View File

@@ -149,7 +149,7 @@ abstract class BaseOrderService extends BaseService
$this->getGoodInfo($kitchenId);
$this->buildCartData(json_decode($this->request->input('cart'), true));
$this->buildCartData($this->request->input('cart'));
$this->checkGood();