浏览代码

admin update

haru haru 2 年之前
父节点
当前提交
1049f18be9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -516,7 +516,7 @@ class refill_order_manualControl extends SystemControl
             }
             elseif ($type === 'canceled_order_retry_next') {
                 [$succ,$err] = refill\util::retry_canceled_order($order_id,true);
-                $this->log("预回调订单失败补快充,订单号:{$order['order_sn']},商家单号:{$mch_order},机构编码:{$mchid}");
+                $this->log("预回调订单失败补快充,订单号:{$order['order_sn']},商家单号:{$mch_order},机构编码:{$mchid} err:{$err}");
             } else {
                 continue;
             }