insert into tb_pluss_banner(picUrl,seq,jumpUrl,type)VALUES(#{picUrl},#{seq},#{jumpUrl},#{type})
insert into tb_pluss_banner(picUrl,seq,jumpUrl,type) VALUES
(#{picUrl},#{seq},#{jumpUrl},#{type} )
update tb_pluss_banner
picUrl = #{picUrl},
seq = #{seq},
jumpUrl = #{jumpUrl},
type = #{type}
where id=#{id}
DELETE FROM tb_pluss_banner where id=#{id}