Commit 9d9a5a41 authored by zw's avatar zw

时间轴

parent 9797f0f9
......@@ -165,9 +165,9 @@ class PayLogService
//验证金额是否合法
$payLogService = new PayLogService();
$residue_money = $payLogService->adjustment($pay_log_id);
/* if ($residue_money < $refund_money) {
if ($residue_money < $refund_money) {
return -2;
}*/
}
$insert_id = 0;
$arr = $this->refundBin($agent_id, $agent_name, $report_id, $order_id, $order_no, $refund_money, $name,
......
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