id
, ywlx, ywlsh, qqlsh, xhf_mc, xhf_nsrsbh, jqbh, fjh, spmc, spbm, xzsl, ztdm, ztms, create_time, update_time
insert into oil_log
(id, ywlx, ywlsh, qqlsh, xhf_mc, xhf_nsrsbh, jqbh, fjh, spmc, spbm, xzsl, ztdm, ztms, create_time, update_time)
values
(#{item.id}, #{item.ywlx}, #{item.ywlsh}, #{item.qqlsh}, #{item.xhfMc}, #{item.xhfNsrsbh}, #{item.jqbh},
#{item.fjh},
#{item.spmc}, #{item.spbm}, #{item.xzsl}, #{item.ztdm}, #{item.ztms}, #{item.createTime},
#{item.updateTime})
update oil_log
qqlsh = #{qqlsh,jdbcType=VARCHAR},
ztdm = #{ztdm,jdbcType=VARCHAR},
ztms = #{ztms,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}