搜索

首页  >  问答  >  正文

为什么更新创建不了

$结果 = 人员::update([  

        'name'=>'武松',    

    ],['id'=>1045]);    

  if ($result){        return $result->name.'更新成功';      

}else{       

 return $result->getError();      

}

王佳祥王佳祥1657 天前1165

全部回复(1)我来回复

  • WJ

    WJ2020-05-20 16:39:22

    可以贴一下完整的代码吗  或者可以参考一下 https://www.php.cn/php/php-update-method.html

    回复
    0
  • 取消回复