* Modify review problem.

This commit is contained in:
xieqiyu
2021-12-31 15:43:27 +08:00
parent e34901be7a
commit 5c4609d302
21 changed files with 83 additions and 74 deletions
+1 -1
View File
@@ -1480,7 +1480,7 @@ class task extends control
$taskLang = $this->lang->task;
/* Create field lists. */
$sort = $this->loadModel('common')->appendOrder($orderBy);
$sort = common::appendOrder($orderBy);
$fields = $this->post->exportFields ? $this->post->exportFields : explode(',', $allExportFields);
foreach($fields as $key => $fieldName)
{