소스 검색

订单超时处理

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