- Remove exit.

This commit is contained in:
zhujinyong
2022-03-21 15:02:28 +08:00
parent 46f8103c26
commit f5d5f89ec2

View File

@@ -74,7 +74,6 @@ class taskBatchCreateEntry extends Entry
$control = $this->loadController('task', 'batchCreate');
$control->batchCreate($executionID, $storyID, $moduleID, $taskID);
exit;
$data = $this->getData();
if(!$data) return $this->send400('error');
if(isset($data->status) and $data->status == 'fail') return $this->sendError(zget($data, 'code', 400), $data->message);