Explorar el Código

门诊超时调试

whj hace 4 años
padre
commit
f19aeff875
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Console/Commands/overTimeOrder.php

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

xqd
@@ -145,6 +145,7 @@ class overTimeOrder extends Command
             }
 
         }
+        echo '图文订单'.count($catNewIds).'个  ---'.'门诊订单'.count($menNewIds).'个';
         if ($catNewIds || $menNewIds){
             // 操作图文和电话订单为已完成
             Order::whereIn('id',$catNewIds)->update(['order_status'=>4]);