|
|
|
@ -846,6 +846,12 @@ class Index extends CI_Controller {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 状态=已完成 退款行为:撤销付款/拒付等
|
|
|
|
|
if (floatval($item->pn_mc_gross) < 0) {
|
|
|
|
|
$this->send_refund($item, $handpick, $old_ssje);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//根据note信息找到订单号
|
|
|
|
|
$get_order_no = $item->pn_invoice;
|
|
|
|
|
$orderid_info = $this->analysis_orderid($item->pn_invoice);
|
|
|
|
|