Parcourir la source

必须打小票

shish il y a 8 mois
Parent
commit
d1d84f6278
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      app-hd/controllers/WorkController.php

+ 1 - 2
app-hd/controllers/WorkController.php

@@ -289,8 +289,7 @@ class WorkController extends BaseController
 
             //美团的暂时不打小票
             if ($work->fromType != 4) {
-                noticeUtil::push("完成制作,打印小票:" . $work->orderSn, '15280215347');
-                WorkClass::print($work, $this->shop, false);
+                WorkClass::print($work, $this->shop, true);
             }
 
             $msg = '已完成';