Merge branch 'sprint/master_zhouxudong_18083' into 'master'
Sprint/master zhouxudong 18083 See merge request easycorp/zentaopms!2653
This commit is contained in:
@@ -562,7 +562,7 @@ class task extends control
|
||||
if($this->post->names)
|
||||
{
|
||||
$allChanges = $this->task->batchUpdate();
|
||||
if(dao::isError()) return print(js::error(dao::getError()));
|
||||
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
|
||||
|
||||
if(!empty($allChanges))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user