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