id, uid, operating_income, management_cost, operating_profit, non_operating_income,
non_taxable_income, tax_exempt_income, subsidy_income, year, gross_profit, research_cost, tax_return_url, deleted_sign
delete from org_ratepay
where id = #{id,jdbcType=VARCHAR}
insert into org_ratepay (id, uid, operating_income,
management_cost, operating_profit, non_operating_income,
non_taxable_income, tax_exempt_income, subsidy_income, year, gross_profit, research_cost,
tax_return_url, deleted_sign)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{operatingIncome,jdbcType=DECIMAL},
#{managementCost,jdbcType=DECIMAL}, #{operatingProfit,jdbcType=DECIMAL}, #{nonOperatingIncome,jdbcType=DECIMAL},
#{nonTaxableIncome,jdbcType=DECIMAL}, #{taxExemptIncome,jdbcType=DECIMAL}, #{subsidyIncome,jdbcType=DECIMAL},
#{year,jdbcType=INTEGER}, #{grossProfit,jdbcType=DECIMAL}, #{researchCost,jdbcType=DECIMAL},
#{taxReturnUrl,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER})
insert into org_ratepay
id,
uid,
operating_income,
management_cost,
operating_profit,
non_operating_income,
non_taxable_income,
tax_exempt_income,
subsidy_income,
year,
gross_profit,
research_cost,
tax_return_url,
deleted_sign,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{operatingIncome,jdbcType=DECIMAL},
#{managementCost,jdbcType=DECIMAL},
#{operatingProfit,jdbcType=DECIMAL},
#{nonOperatingIncome,jdbcType=DECIMAL},
#{nonTaxableIncome,jdbcType=DECIMAL},
#{taxExemptIncome,jdbcType=DECIMAL},
#{subsidyIncome,jdbcType=DECIMAL},
#{year,jdbcType=INTEGER},
#{grossProfit,jdbcType=DECIMAL},
#{researchCost,jdbcType=DECIMAL},
#{taxReturnUrl,jdbcType=VARCHAR},
#{deletedSign,jdbcType=INTEGER},
update org_ratepay
uid = #{uid,jdbcType=VARCHAR},
operating_income = #{operatingIncome,jdbcType=DECIMAL},
management_cost = #{managementCost,jdbcType=DECIMAL},
operating_profit = #{operatingProfit,jdbcType=DECIMAL},
non_operating_income = #{nonOperatingIncome,jdbcType=DECIMAL},
non_taxable_income = #{nonTaxableIncome,jdbcType=DECIMAL},
tax_exempt_income = #{taxExemptIncome,jdbcType=DECIMAL},
subsidy_income = #{subsidyIncome,jdbcType=DECIMAL},
year = #{year,jdbcType=INTEGER},
gross_profit = #{grossProfit,jdbcType=DECIMAL},
research_cost = #{researchCost,jdbcType=DECIMAL},
tax_return_url = #{taxReturnUrl,jdbcType=VARCHAR},
deleted_sign = #{deletedSign,jdbcType=INTEGER},
where id = #{id,jdbcType=VARCHAR}
update org_ratepay
set uid = #{uid,jdbcType=VARCHAR},
operating_income = #{operatingIncome,jdbcType=DECIMAL},
management_cost = #{managementCost,jdbcType=DECIMAL},
operating_profit = #{operatingProfit,jdbcType=DECIMAL},
non_operating_income = #{nonOperatingIncome,jdbcType=DECIMAL},
non_taxable_income = #{nonTaxableIncome,jdbcType=DECIMAL},
tax_exempt_income = #{taxExemptIncome,jdbcType=DECIMAL},
subsidy_income = #{subsidyIncome,jdbcType=DECIMAL},
year = #{year,jdbcType=INTEGER},
gross_profit = #{grossProfit,jdbcType=DECIMAL},
research_cost = #{researchCost,jdbcType=DECIMAL},
tax_return_url = #{taxReturnUrl,jdbcType=VARCHAR},
deleted_sign = #{deletedSign,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}
update org_ratepay set deleted_sign = 1
where id in
#{item}