add gantt move order

This commit is contained in:
lanzongjun
2022-08-12 16:49:27 +08:00
parent 886c392287
commit 0c117ef702
5 changed files with 9 additions and 2 deletions
+1 -2
View File
@@ -296,8 +296,7 @@ class programplan extends control
$this->loadModel('task')->updateOrderByGantt();
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
// $this->loadModel('action')->create('task', $taskID, 'ganttMove', '', $this->app->user->account);
$this->loadModel('action')->create('task', $taskID, 'ganttMove');
return $this->send(array('result' => 'success'));
}
}