转账修改
This commit is contained in:
@@ -78,6 +78,7 @@ class MoneyLog extends Backend
|
||||
*/
|
||||
public function add(int $userId = 0): void
|
||||
{
|
||||
$this->error(__('No rows were added'));
|
||||
if ($this->request->isPost()) {
|
||||
$data = $this->request->post();
|
||||
if (!$data) {
|
||||
|
||||
Reference in New Issue
Block a user