Commit de83f9a8 authored by clone's avatar clone

1

parent 4d2d4a44
...@@ -157,7 +157,7 @@ class OfficeOrderLogService ...@@ -157,7 +157,7 @@ class OfficeOrderLogService
*/ */
private function verifyMoney($pay_id, $money) private function verifyMoney($pay_id, $money)
{ {
$payLogService = new PayLogService(); $payLogService = new OfficePayLogService();
$residue_money = $payLogService->adjustment($pay_id); $residue_money = $payLogService->adjustment($pay_id);
if ($residue_money < $money) { if ($residue_money < $money) {
return -2; return -2;
......
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