作者 zhl

add log

@@ -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){