select id, ip, cretim, ipn_log from ipn_log
insert into ipn_log
ip,cretim,ipn_log,#{ip},#{cretim},#{ipnLog},
update ipn_log
ip = #{ip},cretim = #{cretim},ipn_log = #{ipnLog},
where id = #{id}
delete from ipn_log where id = #{id}
delete from ipn_log where id in
#{id}