* [bug#56771,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2024-11-13 11:25:36 +08:00
committed by 王怡栋
parent 7aa3955ffc
commit 72a76950fa
+1
View File
@@ -3586,6 +3586,7 @@ class executionModel extends model
}
$orderBy = array_map(function($value){return 't1.' . $value;}, explode(',', $orderBy));
$orderBy = str_replace('storyTitle', 'story', $orderBy);
$orderBy = implode(',', $orderBy);
$taskIdList = $sql->where($condition)