feat : finish order
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user