feat : finish order

This commit is contained in:
2025-04-02 16:11:34 +08:00
parent 6a306cce2e
commit 3e2b23e88e

View File

@@ -110,7 +110,7 @@ class CompletePrintService extends CateringBaseService
$this->printService = $this->printOrderFactory->handle((int)$this->request->input('type'));
// 打印或者喷码
match ($this->request->input('type')) {
match ((int)$this->request->input('type')) {
CateringCode::OPTION_PRINT_YLY => $this->printOrderByYly(),
CateringCode::OPTION_PRINT_CODING => $this->printOrderByCoding(),
};