Skip to content

Commit 643f8ac

Browse files
committed
update error code
1 parent 2562a4e commit 643f8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/app/Http/Controllers/Api/ApiExcelController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function startTask()
131131
// 2. 查询数据库中任务真实状态
132132
$task = ApiExcel::find($data['id']);
133133
if (!$task || $task['state'] != 0) {
134-
return $this->out(4007);
134+
return $this->out(4009);
135135
}
136136

137137
// 3. 更新表字段状态

0 commit comments

Comments
 (0)