<?phpnamespace app\index\controller;use app\index\model\Staff;class Moxin{public function index(){//更新数据$staff=new Staff();$data=['id'=>1037,'name'=>'张三丰','dept'=>'太极'];$staff->isUpdate(true)->save($data);dump($staff->getData());}}
添加回答
举报
0/150
提交
取消