|
...
|
...
|
@@ -130,7 +130,7 @@ class CopyProjectJob implements ShouldQueue |
|
|
|
DB::commit();
|
|
|
|
}catch (\Exception $e){
|
|
|
|
DB::rollBack();
|
|
|
|
$this->output('CopyProjectJob error, project_id: ' . $this->param['project_id'] . ', error: ' . $e->getMessage());
|
|
|
|
$this->output('CopyProjectJob error, error message: ' . $e->getMessage());
|
|
|
|
$this->fail('error');
|
|
|
|
}
|
|
|
|
if($type != 0){
|
...
|
...
|
|