|
|
@@ -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, '请注意,您有一个订单花材很多,小票没有打出来。');
|