Explorar el Código

发送消息方法

cqpCow hace 1 año
padre
commit
192d2d68c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Service/PaymentReceiptService.php

+ 1 - 1
app/Service/PaymentReceiptService.php

@@ -435,7 +435,7 @@ class PaymentReceiptService extends Service
         }
 
         $order = PaymentReceipt::where('del_time',0)
-            ->where('id',array_column($info1,'payment_receipt_id'))
+            ->whereIn('id',array_column($info1,'payment_receipt_id'))
             ->get()->toArray();
 
         $emp_id = PaymentReceiptInfo::where('del_time',0)