feat : add_staple_food

This commit is contained in:
2025-03-24 16:44:19 +08:00
parent 4f56065764
commit d313d1cb87

View File

@@ -154,7 +154,7 @@ trait OrderTrait
$closeOrderFlag = match ($this->orderType) {
OrderCode::ORDER_TYPE_OPTIONAL => $this->checkIsStopOrder($siteId, $this->cycleId),
OrderCode::ORDER_TYPE_MEAL => true,
OrderCode::ORDER_TYPE_MEAL => false, //todo 这里逻辑补全
};
if ($closeOrderFlag) throw new ErrException('该点已经截单');