浏览代码

new supefina重复支付2

laowu 1 周之前
父节点
当前提交
0fb33acb0f
共有 1 个文件被更改,包括 3 次插入0 次删除
  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);
+                    }
                 }
             }