feat : spu

This commit is contained in:
2025-03-26 11:24:47 +08:00
parent b5afff6e21
commit 0c5ed8b1c5
3 changed files with 36 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ class YlyPrintService implements PrintOrderInterface
*/
public function handle(): void
{
//todo 加入打印机验证 orderOptionCateringLogModel
//加入打印机验证 orderOptionCateringLogModel
$printInfo = $this->printerModel->where('id',$this->printId)->first();
if (empty($printInfo)) throw new ErrException('打印机不存在-1');