Parcourir la source

订单超时处理

whj il y a 4 ans
Parent
commit
8ebbf1b495
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();