tp6使用save方法更新数据出现not support

浏览:1053 发布日期:2021/04/25 分类:ThinkPHP6专区
$id=$_GET['id'];
$dep=new DepartmentModel();
$data=$this->request->param();
$res=$dep
->where('id',$id)
->save($data);
错误:not support data:/admin/Department/edit_html
最佳答案
评论( 相关
后面还有条评论,点击查看>>