* [bug#57936,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-12-19 09:56:14 +08:00
committed by 刘刚
parent 5b93d51b21
commit e6ddfe4f00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class control extends baseControl
{
foreach($exportFields as $field)
{
if($field->control == 'richtext') $this->config->excel->editor[$this->moduleName][] = $field->field;
if(isset($field->control) && $field->control == 'richtext') $this->config->excel->editor[$this->moduleName][] = $field->field;
}
}