* Fix bug 40508.

This commit is contained in:
songchenxuan
2023-11-14 09:33:31 +08:00
parent 0047c5b1b0
commit 6b2432049a
+1 -1
View File
@@ -599,7 +599,7 @@ class screenModel extends model
if($chart->sql)
{
$settings = json_decode($chart->settings, true);
$fields = json_decode($chart->fields, true);
$fields = json_decode(json_encode($chart->fieldSettings), true);
$langs = json_decode($chart->langs, true);
if(isset($settings['summary']) and $settings['summary'] == 'notuse')