sth
This commit is contained in:
parent
b27654d765
commit
2b8cb7150b
|
|
@ -29,7 +29,7 @@ class CheckOrderDispatchCommand extends Command
|
|||
//1修改为超时
|
||||
$item->status = OrderDispatch::STATUS_OVERTIME;
|
||||
$item->save();
|
||||
$params = ['dispatch'=>$item,'remark'=>'系统自动处理,任务超时'];
|
||||
$params = ['dispatch'=>$item,'remark'=>'系统自动检测,任务超时'];
|
||||
Hook::listen('order_dispatch_change',$params);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user