This commit is contained in:
xman 2025-07-07 14:59:15 +08:00
parent 5fdc8c2000
commit 4d2b9074a5

View File

@ -48,7 +48,8 @@ class OrderDispatchLog
'type' => 1,
'outid' => md5(time().rand(1000,9999).rand(1000,9999)),
'create_time' => date('Y-m-d H:i:s'),
'status' => $alibaba_dyvms['sync']?1:0
'status' => $alibaba_dyvms['sync']?1:0,
'mobile' => $dispatch->worker_tel,
];
$service = new NoticeLogic();
$service->dispatchNotice($dispatch);