*Finish task #45150.

This commit is contained in:
zhengrunyu
2021-12-01 10:30:41 +08:00
parent 3e4fa30030
commit e42d3ebed7
3 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -3442,7 +3442,7 @@ class execution extends control
public function ajaxUpdateKanban($executionID = 0, $enterTime = '', $browseType = '', $groupBy = '')
{
$enterTime = date('Y-m-d H:i:s', $enterTime);
$lastEditedTime = $this->dao->select("max(lastEditedTime) as lastEditedTime")->from(TABLE_KANBANLANE)->where('execution')->eq($executionID)->fetch();
$lastEditedTime = $this->dao->select("max(lastEditedTime) as lastEditedTime")->from(TABLE_KANBANLANE)->where('execution')->eq($executionID)->fetch('lastEditedTime');
if($lastEditedTime > $enterTime)
{