diff --git a/app/Service/Admin/Catering/Print/YlyPrintService.php b/app/Service/Admin/Catering/Print/YlyPrintService.php index 1fec0b1..215d6ff 100644 --- a/app/Service/Admin/Catering/Print/YlyPrintService.php +++ b/app/Service/Admin/Catering/Print/YlyPrintService.php @@ -126,9 +126,6 @@ class YlyPrintService implements PrintOrderInterface //设置宽度 $this->content .= "048"; - $this->content .= "\n"; - $this->content .= "\n"; - //取餐号 $this->content .= "{$this->data['pickup_code']}\n"; @@ -190,7 +187,7 @@ class YlyPrintService implements PrintOrderInterface $contentEdibleTimeTips = config('print.yly.content_edible_time_tips'); $this->content .= "保质期,$contentEdibleTimeTips"; - $this->content .= "{$this->data['heapsort']}"; + $this->content .= "{$this->data['pickup_code']}\n"; } /**