shish 8 bulan lalu
induk
melakukan
f89de9eaeb
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      app-hd/controllers/WorkController.php

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

@@ -11,6 +11,7 @@ use bizHd\work\classes\WorkItemClass;
 use common\components\dict;
 use common\components\dict;
 use common\components\imgUtil;
 use common\components\imgUtil;
 use common\components\mtUtil;
 use common\components\mtUtil;
+use common\components\noticeUtil;
 use common\components\orderSn;
 use common\components\orderSn;
 use common\components\util;
 use common\components\util;
 use Shishaoqi\MeituanFlashPurchase\Application;
 use Shishaoqi\MeituanFlashPurchase\Application;
@@ -288,6 +289,7 @@ class WorkController extends BaseController
 
 
             //美团的暂时不打小票
             //美团的暂时不打小票
             if ($work->fromType != 4) {
             if ($work->fromType != 4) {
+                noticeUtil::push("完成制作,打印小票:" . $work->orderSn, '15280215347');
                 WorkClass::print($work, $this->shop, false);
                 WorkClass::print($work, $this->shop, false);
             }
             }