Merge branch 'sprint/master_zhouxudong_18083' into 'master'

Sprint/master zhouxudong 18083

See merge request easycorp/zentaopms!2653
This commit is contained in:
孙广明
2022-03-31 03:06:37 +00:00
5 changed files with 39 additions and 15 deletions
+1 -1
View File
@@ -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))
{