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