作者 lyh

gx

... ... @@ -37,6 +37,7 @@ class Manage extends Base
* @time :2023/8/18 14:41
*/
public function getName($id){
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND);
$name = '';
$info = $this->read(['id'=>$id],['id','name']);
if($info !== false){
... ...