INSERT INTO ProxyerFee
( proxyerFeeId, proxyer, startTime ,endTime,netAmount, netFee, cashAmount,cashFee,otherFee,firstFee,
memo,importer, created,finance,finanDesc,finanDate,checker, checkDesc,checkDate,status, annex)
Values ( #{proxyerFeeId},#{proxyer}, #{startTime} ,#{endTime},#{netAmount}, #{netFee}, #{cashAmount},#{cashFee},#{otherFee},#{firstFee},
#{memo},#{importer}, current_timestamp,#{finance},#{finanDesc},#{finanDate},#{checker}, #{checkDesc},#{checkDate},#{status}, #{annex} )
UPDATE ProxyerFee
set proxyer=#{proxyer}, startTime=#{startTime} ,endTime=#{endTime},netAmount=#{netAmount}, netFee=#{netFee}, cashAmount=#{cashAmount},cashFee=#{cashFee},otherFee=#{otherFee},firstFee=#{firstFee},
memo=#{memo},importer=#{importer}, created=#{created},finance=#{finance},finanDesc=#{finanDesc},finanDate=#{finanDate},checker=#{checker}, checkDesc=#{checkDesc},checkDate=#{checkDate},status=#{status}, annex=#{annex}
where proxyerFeeId=#{proxyerFeeId}