作者 lyh

gx

@@ -54,7 +54,9 @@ class KeywordLogic extends BaseLogic @@ -54,7 +54,9 @@ class KeywordLogic extends BaseLogic
54 public function keywordSave(){ 54 public function keywordSave(){
55 // DB::beginTransaction(); 55 // DB::beginTransaction();
56 // try { 56 // try {
57 - 57 + if($this->user['project_id'] == 91){
  58 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->param, true) . PHP_EOL, FILE_APPEND);
  59 + }
58 $this->param = $this->handleSaveParam($this->param); 60 $this->param = $this->handleSaveParam($this->param);
59 if($this->user['project_id'] == 91){ 61 if($this->user['project_id'] == 91){
60 @file_put_contents(storage_path('logs/lyh_error.log'), var_export('start:', true) . PHP_EOL, FILE_APPEND); 62 @file_put_contents(storage_path('logs/lyh_error.log'), var_export('start:', true) . PHP_EOL, FILE_APPEND);