Browse Source

打印

master
Lemon 5 years ago
parent
commit
b1e56e7c2c
  1. 2
      app/Service/v3/Implementations/FeiePrintService.php

2
app/Service/v3/Implementations/FeiePrintService.php

@ -68,7 +68,7 @@ class FeiePrintService implements FeiePrintServiceInterface
$content = $this->printFormat($data, 4, 14, 7, 7); $content = $this->printFormat($data, 4, 14, 7, 7);
$res = $this->printMsg('920527381', $content, 1); $res = $this->printMsg('920527381', $content, 1);
return $content;
return $res;
} }
/** /**

Loading…
Cancel
Save