Commit 55b86b85 authored by clone's avatar clone

1

parent 0e5511bc
......@@ -124,7 +124,7 @@ class OfficeOrderLogService
if ($pay_id > 0) {
$payLogService = new OfficePayLogService();
$payLogService->addAdjustment($father_id, $pay_id, $money, $type, $agent_id);
$payLogService->addAdjustment($father_id, $pay_id, $money, $type, $agent_id, $store_id);
}
/*$pushMarchIn = new PushMessageService();
......
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