and a.id= #{id} and a.uid= #{uid} insert into liuyan (uid,lynr,lysj,lyhf) values (#{uid},#{lynr},#{lysj},#{lyhf}); update liuyan set uid=#{uid},lynr=#{lynr},lysj=#{lysj},lyhf=#{lyhf} where id=#{id} delete from liuyan where id=${value}