allowField(true)->isUpdate(false)->setAttr('id',null)->save($arr); return $this->id; } /* * 20210517 */ public function selnewinfobywid($wid){ $where_arr['wid']=$wid; $rinfo=$this->where($where_arr)->order('id',"desc")->limit(0,1)->select(); $rlist=collection($rinfo)->toArray(); return $rlist; } }