Ver Fonte

定时器修改

wanghaijun há 4 anos atrás
pai
commit
478697a511
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Console/Commands/overTimeOrder.php

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

xqd
@@ -201,7 +201,7 @@ class overTimeOrder extends Command
      * DateTime: 2021/3/4 17:48
      */
     public function clinicOverTimeOrders(){
-        $inOrder = Order::with('orderPatient')->where(['order_status'=>3,'payment_status'=>2])->get();
+        $inOrder = Order::with('orderPatient')->where(['order_status'=>7,'payment_status'=>2])->get();
         $menNewIds = [];
 
         foreach ($inOrder as $k=>$v){