任务排序优化
This commit is contained in:
parent
7a1c42f4f7
commit
c3d57715f0
@ -492,8 +492,8 @@ class Task extends CommonModel
|
|||||||
$preTask->save();
|
$preTask->save();
|
||||||
} else {
|
} else {
|
||||||
// 小于安全值
|
// 小于安全值
|
||||||
// $this->resetSort($preTask['project_code']);
|
$this->resetSort($preTask['stage_code']);
|
||||||
// $this->sort($preCode, $nextCode);
|
$this->sort($preCode, $nextCode, $toStageCode);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user