正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论