shish hace 1 año
padre
commit
62aa05f3f9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app-ghs/controllers/ShopExtController.php

+ 2 - 2
app-ghs/controllers/ShopExtController.php

@@ -150,9 +150,9 @@ class ShopExtController extends BaseController
                 $ext->printLabelSn = $printLabelSn;
                 $ext->printLabelKey = $printLabelKey;
                 $ext->save();
-                //将打印纸张设置为50X40
+                //将打印纸张设置为50X70
                 $labelPrint->times = 1;
-                $content = '<SIZE>50,40</SIZE>';
+                $content = '<SIZE>50,70</SIZE>';
                 $labelPrint->printLabelMsg($content);
             } else {
                 $hasFail = 1;