Commit 461c9193 authored by clone's avatar clone

1

parent f6165c53
......@@ -184,7 +184,7 @@ class OfficePayLogService
}
//验证金额是否合法
$payLogService = new PayLogService();
$payLogService = new OfficePayLogService();
$residue_money = $payLogService->adjustment($pay_log_id,2);
if ($residue_money < $refund_money) {
return -2;
......@@ -207,8 +207,8 @@ class OfficePayLogService
$this->delOImg(3,$del_img);
}
$service_push = new PushMessageService();
$service_push->pushRefund($agent_id, $report_id, $order_id);
/*$service_push = new PushMessageService();
$service_push->pushRefund($agent_id, $report_id, $order_id);*/
return $insert_id;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment