Jelajahi Sumber

new supefina重复支付2

laowu 1 Minggu lalu
induk
melakukan
0fb33acb0f
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      app/Http/logic/api/NewSupefinaSpeiLogic.php

+ 3 - 0
app/Http/logic/api/NewSupefinaSpeiLogic.php

@@ -162,6 +162,9 @@ class NewSupefinaSpeiLogic extends BaseApiLogic
                         ->lock('with(nolock)')
                         ->lock('with(nolock)')
                         ->where('order_sn', $order_sn1)
                         ->where('order_sn', $order_sn1)
                         ->first();
                         ->first();
+                    if (!$order) {
+                        Util::WriteLog('NewSupefinaSpei_error', 'payin notify order not found: ' . $order_sn);
+                    }
                 }
                 }
             }
             }