门店查询逻辑
This commit is contained in:
@@ -46,6 +46,10 @@ class WaitApprovalMessageJob extends BaseJob implements JobInterface
|
||||
}
|
||||
|
||||
foreach($serviceUser as $v){
|
||||
// 如果$v['mobile']中有超过5个0则不发送
|
||||
if(substr_count($v['mobile'],'0')>5){
|
||||
continue;
|
||||
}
|
||||
(new SmsService())->sendWaitApproval($v['mobile']);
|
||||
PrescriptionLog::saveLog($this->orderId,'生成处方通知药师短信息发送队列:'.$v['mobile']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user