@@ -48,6 +48,7 @@ class overTimeOrder extends Command
if($type == 'orderOut'){
//订单超时
$this->overTimeOrers();
+ dd('订单超时'.date('Y-m-d H:i:s'));
} else if($type == 'appiontOut'){
//预约超时
$this->AppointReminder();