* Modify the sort logic problem.

This commit is contained in:
tianshujie
2023-05-11 20:06:35 +08:00
parent 00434d8895
commit dca71eff7b
+1 -1
View File
@@ -660,8 +660,8 @@ class kanban extends control
$order = 1;
foreach($columns as $columnID)
{
$order += $order;
$this->dao->update(TABLE_KANBANCOLUMN)->set('`order`')->eq($order)->where('id')->eq($columnID)->andWhere('region')->eq($regionID)->exec();
$order ++;
}
$kanbanGroup = $this->kanban->getKanbanData($kanbanID);