feat : spu
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user