This commit is contained in:
zhouxudong
2022-04-26 09:03:06 +00:00
parent ceceb6bc9e
commit a55f5f9df6
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ class task extends control
if($this->post->names)
{
$allChanges = $this->task->batchUpdate();
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
if(dao::isError()) return print(js::error(dao::getError()));
if(!empty($allChanges))
{