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