zz %!s(int64=3) %!d(string=hai) anos
pai
achega
9baff25e66
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Modules/SendOrder/Services/SendOrderService.php

+ 1 - 0
app/Modules/SendOrder/Services/SendOrderService.php

@@ -79,6 +79,7 @@ class SendOrderService
 
         $info = DB::table('qapp_user_valid_send_order_id')->where('uid',$uid)
             ->where('end_time','>',date('Y-m-d H:i:s'))
+            ->where('is_valid',1)
             ->orderBy('id')->first();
         if($info){
             /*QappUserSendOrderId::create([