Explorar el Código

new supefina重复支付2

laowu hace 1 semana
padre
commit
0fb33acb0f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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)')
                         ->where('order_sn', $order_sn1)
                         ->first();
+                    if (!$order) {
+                        Util::WriteLog('NewSupefinaSpei_error', 'payin notify order not found: ' . $order_sn);
+                    }
                 }
             }