Remove redundant column from SQL

This commit is contained in:
Tuan Pham Ngoc 2022-09-03 16:16:28 +07:00
parent 32e2762578
commit 3f15c60950
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class WeblinksHelper
$model->setState(
'list.select',
'a.*, c.description AS c_description, c.published AS c_published,' . $case_when1 . ',' . $case_when2 . ', a.created'
'a.*, c.description AS c_description, c.published AS c_published,' . $case_when1 . ',' . $case_when2
);
$model->setState('filter.c.published', 1);