This commit is contained in:
2025-08-19 18:05:53 +08:00
parent 7a0d5677ad
commit 683d70a44e
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ class AnnouncementController extends Backend
public function list()
{
$params = $this->request->param();
$params = $this->request->get();
$where = [];
if (!empty($params['title'])) {
$where[] = ['title', '=', $params['title']];