@@ -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);
+ }
}