正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -130,7 +130,7 @@ class CopyProjectJob implements ShouldQueue | @@ -130,7 +130,7 @@ class CopyProjectJob implements ShouldQueue | ||
| 130 | DB::commit(); | 130 | DB::commit(); |
| 131 | }catch (\Exception $e){ | 131 | }catch (\Exception $e){ |
| 132 | DB::rollBack(); | 132 | DB::rollBack(); |
| 133 | - $this->output('CopyProjectJob error, project_id: ' . $this->param['project_id'] . ', error: ' . $e->getMessage()); | 133 | + $this->output('CopyProjectJob error, error message: ' . $e->getMessage()); |
| 134 | $this->fail('error'); | 134 | $this->fail('error'); |
| 135 | } | 135 | } |
| 136 | if($type != 0){ | 136 | if($type != 0){ |
-
请 注册 或 登录 后发表评论