From 72a76950fa1ee5a7b57db540ffee3ab1e18fcb54 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 13 Nov 2024 03:18:44 +0000 Subject: [PATCH] * [bug#56771,done,0.1h] fix bug. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/model.php b/module/execution/model.php index 8aeac3ec6e..ddf50436f3 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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)