浏览代码

订单超时处理

whj 4 年之前
父节点
当前提交
8ebbf1b495
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Console/Commands/overTimeOrder.php

+ 1 - 0
app/Console/Commands/overTimeOrder.php

xqd
@@ -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();