and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, uid, year, sales_amount, research_amount, assets, aid, fixed_assets
id, uid, year, project_name, status, remark, aid
delete from organization_annual_report
where id = #{id,jdbcType=VARCHAR}
delete from organization_annual_report
insert into organization_annual_report (id, uid, year,
sales_amount, research_amount, assets,
aid, fixed_assets)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{year,jdbcType=INTEGER},
#{salesAmount,jdbcType=VARCHAR}, #{researchAmount,jdbcType=VARCHAR}, #{assets,jdbcType=VARCHAR},
#{aid,jdbcType=VARCHAR}, #{fixedAssets,jdbcType=VARCHAR})
insert into organization_annual_report
id,
uid,
year,
sales_amount,
research_amount,
assets,
aid,
fixed_assets,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{year,jdbcType=INTEGER},
#{salesAmount,jdbcType=VARCHAR},
#{researchAmount,jdbcType=VARCHAR},
#{assets,jdbcType=VARCHAR},
#{aid,jdbcType=VARCHAR},
#{fixedAssets,jdbcType=VARCHAR},
update organization_annual_report
id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
year = #{record.year,jdbcType=INTEGER},
sales_amount = #{record.salesAmount,jdbcType=VARCHAR},
research_amount = #{record.researchAmount,jdbcType=VARCHAR},
assets = #{record.assets,jdbcType=VARCHAR},
aid = #{record.aid,jdbcType=VARCHAR},
fixed_assets = #{record.fixedAssets,jdbcType=VARCHAR},
update organization_annual_report
set id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
year = #{record.year,jdbcType=INTEGER},
sales_amount = #{record.salesAmount,jdbcType=VARCHAR},
research_amount = #{record.researchAmount,jdbcType=VARCHAR},
assets = #{record.assets,jdbcType=VARCHAR},
aid = #{record.aid,jdbcType=VARCHAR},
fixed_assets = #{record.fixedAssets,jdbcType=VARCHAR}
update organization_annual_report
uid = #{uid,jdbcType=VARCHAR},
year = #{year,jdbcType=INTEGER},
sales_amount = #{salesAmount,jdbcType=VARCHAR},
research_amount = #{researchAmount,jdbcType=VARCHAR},
assets = #{assets,jdbcType=VARCHAR},
aid = #{aid,jdbcType=VARCHAR},
fixed_assets = #{fixedAssets,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update organization_annual_report
set uid = #{uid,jdbcType=VARCHAR},
year = #{year,jdbcType=INTEGER},
sales_amount = #{salesAmount,jdbcType=VARCHAR},
research_amount = #{researchAmount,jdbcType=VARCHAR},
assets = #{assets,jdbcType=VARCHAR},
aid = #{aid,jdbcType=VARCHAR},
fixed_assets = #{fixedAssets,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}