fphm, settleno, comcode, fileid, fpdm, kprq, jqbh, mwsj, gfmc, gmsbh, xfmc,
xfsbh, jshj, jehj, sehj, dxje, bz, fplx, jym, gfkhhzh, xfkhhzh, gfdzdh,
xfdzdh, qr, dyfpdm, dyfphm, fplc, fpzyz, xh, hwmc, ggxh, dw, sl, dj,
je, slv, se, createdate, createcode, updatedate, updatecode
update inv_invoice
set fileid=#{fileid, jdbcType=VARCHAR}
where fphm = #{checkno, jdbcType=VARCHAR}
and settleno = #{settleno, jdbcType=VARCHAR}
DELETE FROM inv_invoice
WHERE (fphm, settleno) in
(#{item.fphm, jdbcType=VARCHAR}, #{item.settleno, jdbcType=VARCHAR})
insert into inv_invoice (
)
values (#{fphm,jdbcType=VARCHAR}, #{settleno,jdbcType=VARCHAR}, #{comcode,jdbcType=VARCHAR},
#{fileid,jdbcType=VARCHAR},
#{fpdm,jdbcType=VARCHAR}, #{kprq,jdbcType=VARCHAR}, #{jqbh,jdbcType=VARCHAR},
#{mwsj,jdbcType=VARCHAR}, #{gfmc,jdbcType=VARCHAR}, #{gmsbh,jdbcType=VARCHAR},#{xfmc,jdbcType=VARCHAR},
#{xfsbh,jdbcType=VARCHAR}, #{jshj,jdbcType=VARCHAR},
#{jehj,jdbcType=VARCHAR}, #{sehj,jdbcType=VARCHAR}, #{dxje,jdbcType=VARCHAR},
#{bz,jdbcType=VARCHAR}, #{fplx,jdbcType=VARCHAR}, #{jym,jdbcType=VARCHAR},#{gfkhhzh,jdbcType=VARCHAR},
#{xfkhhzh,jdbcType=VARCHAR}, #{gfdzdh,jdbcType=VARCHAR},
#{xfdzdh,jdbcType=VARCHAR}, #{qr,jdbcType=VARCHAR}, #{dyfpdm,jdbcType=VARCHAR},
#{dyfphm,jdbcType=VARCHAR}, #{fplc,jdbcType=VARCHAR}, #{fpzyz,jdbcType=VARCHAR},#{xh,jdbcType=VARCHAR},
#{hwmc,jdbcType=VARCHAR}, #{ggxh,jdbcType=VARCHAR},
#{dw,jdbcType=VARCHAR}, #{sl,jdbcType=VARCHAR}, #{dj,jdbcType=VARCHAR},
#{je,jdbcType=VARCHAR}, #{slv,jdbcType=VARCHAR}, #{se,jdbcType=VARCHAR}, #{createdate,jdbcType=DATE},
#{createcode,jdbcType=VARCHAR},
#{updatedate,jdbcType=DATE}, #{updatecode,jdbcType=VARCHAR})
insert into inv_invoice (
)
values
(#{item.fphm}, #{item.settleno}, #{item.comcode}, #{item.fileid},
#{item.fpdm}, #{item.kprq}, #{item.jqbh},
#{item.mwsj}, #{item.gfmc}, #{item.gmsbh},#{item.xfmc}, #{item.xfsbh}, #{item.jshj},
#{item.jehj}, #{item.sehj}, #{item.dxje},
#{item.bz}, #{item.fplx}, #{item.jym},#{item.gfkhhzh}, #{item.xfkhhzh}, #{item.gfdzdh},
#{item.xfdzdh}, #{item.qr}, #{item.dyfpdm},
#{item.dyfphm}, #{item.fplc}, #{item.fpzyz},#{item.xh}, #{item.hwmc}, #{item.ggxh},
#{item.dw}, #{item.sl}, #{item.dj},
#{item.je}, #{item.slv}, #{item.se}, #{item.createdate}, #{item.createcode},
#{item.updatedate}, #{item.updatecode})