shish 2 gadi atpakaļ
vecāks
revīzija
01790ec8f9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      common/components/printUtil.php

+ 1 - 0
common/components/printUtil.php

@@ -81,6 +81,7 @@ class printUtil
                         if ($isPt == 0 && $remind == 1 && $delStatus == 0) {
                         if ($isPt == 0 && $remind == 1 && $delStatus == 0) {
                             $mobile = $staff->mobile ?? '';
                             $mobile = $staff->mobile ?? '';
                             sms::send($mobile . ',' . $shopName, '请注意,您有一个订单花材很多,小票没有打出来。门店:{$var}');
                             sms::send($mobile . ',' . $shopName, '请注意,您有一个订单花材很多,小票没有打出来。门店:{$var}');
+                            noticeUtil::push('已经通知手机号:' . $mobile, '15280215347');
                         }
                         }
                     }
                     }
                 }
                 }