shish 3 سال پیش
والد
کامیت
865eba655d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      common/components/printUtil.php

+ 1 - 0
common/components/printUtil.php

@@ -93,6 +93,7 @@ class printUtil
                 $remind = $staff->remind ?? 0;
                 $isPt = $staff->isPt ?? 0;
                 $delStatus = $staff->delStatus ?? 0;
+                noticeUtil::push("isPt:{$isPt} remind:{$remind} delStatus:{$delStatus}", '15280215347');
                 if ($isPt == 0 && $remind == 1 && $delStatus == 0) {
                     $mobile = $staff->mobile ?? '';
                     sms::send($mobile, '请注意,您有一个订单花材很多,小票没有打出来。');