作者 lyh

gx

@@ -122,6 +122,7 @@ class CustomModuleContentLogic extends BaseLogic @@ -122,6 +122,7 @@ class CustomModuleContentLogic extends BaseLogic
122 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND); 122 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND);
123 //保存扩展字段 123 //保存扩展字段
124 $this->saveExtendInfo($id,$extend); 124 $this->saveExtendInfo($id,$extend);
  125 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND);
125 return $this->success(['id'=>$id]); 126 return $this->success(['id'=>$id]);
126 } 127 }
127 128