cqpCow 10 kuukautta sitten
vanhempi
commit
dc66109a79
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Service/PaymentReceiptService.php

+ 1 - 1
app/Service/PaymentReceiptService.php

@@ -707,7 +707,7 @@ class PaymentReceiptService extends Service
             ->where('a.type',PaymentReceiptInfo::type_three)
             ->where('a.data_order_type',$type)
             ->where('a.data_order_no',$data['data_order_no'])
-            ->select('a.payment_receipt_id','a.data_order_no as order_number','a.amount','a.data_type','b.state','b.payment_receipt_date','b.crt_time')
+            ->select('a.payment_receipt_id','a.data_order_no','a.amount','a.data_type','b.state','b.payment_receipt_date','b.crt_time','b.order_number')
             ->get()->toArray();
 
         $emp_id = PaymentReceiptInfo::where('del_time',0)