改进 扣费问题
This commit is contained in:
parent
c1dc76de10
commit
cb2ce40f99
@ -212,7 +212,7 @@ public function cost(
|
|||||||
'module_id' => $this->module_id,
|
'module_id' => $this->module_id,
|
||||||
];
|
];
|
||||||
|
|
||||||
$left = $user->reduce($real_price, $description, false, $data);
|
$left = $user->reduce($real_price, $description, false, $data)->user_remain;
|
||||||
|
|
||||||
$this->addLog($real_price);
|
$this->addLog($real_price);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user