* Fix details.

This commit is contained in:
孙广明
2022-01-26 13:35:48 +08:00
parent 12859c9e8d
commit fb7369ce46
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3057,7 +3057,7 @@ class kanbanModel extends model
->andWhere('type')->eq('common')
->fetch('cards');
$cards = $cards ? $cards . ltrim($cell->cards, ',') : $cards;
$cards = $cards ? $cards . ltrim($cell->cards, ',') : $cell->cards;
$this->dao->update(TABLE_KANBANCELL)->set('cards')->eq($cards)
->where('lane')->eq($cell->lane)
File diff suppressed because one or more lines are too long