首页 > 问答 > 正文
$结果 = 人员::update([
'name'=>'武松',
],['id'=>1045]);
if ($result){ return $result->name.'更新成功';
}else{
return $result->getError();
}
WJ2020-05-20 16:39:22
可以贴一下完整的代码吗 或者可以参考一下 https://www.php.cn/php/php-update-method.html