|
|
@@ -2135,7 +2135,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
|
$join->on('website_column.pid', '=', 'parent_column.id')
|
|
|
->where('website_column.pid', 2);
|
|
|
})
|
|
|
- ->whereRaw('JSON_CONTAINS(website_column_arr_id,?)', [2])
|
|
|
+ ->whereRaw('NOT JSON_CONTAINS(website_column_arr_id, \'3\')')
|
|
|
->select(
|
|
|
"website_template_info.id",
|
|
|
"template_class.name",
|