修改财务流水备注
This commit is contained in:
parent
2b7dc62b61
commit
ab9338b2ba
@ -59,7 +59,7 @@ class FinanceController extends BaseAdminController
|
|||||||
$id = $this->request->post('id');
|
$id = $this->request->post('id');
|
||||||
$remark = $this->request->post('remark');
|
$remark = $this->request->post('remark');
|
||||||
$logic->remark($id, $remark);
|
$logic->remark($id, $remark);
|
||||||
return $this->success('操作成功');
|
return $this->success('操作成功', [], 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user