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, project_name, status, remark, aid
delete from organization_year_project
where id = #{id,jdbcType=VARCHAR}
delete from organization_year_project
insert into organization_year_project (id, uid, year,
project_name, status, remark,
aid)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{year,jdbcType=INTEGER},
#{projectName,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{remark,jdbcType=VARCHAR},
#{aid,jdbcType=VARCHAR})
insert into organization_year_project
id,
uid,
year,
project_name,
status,
remark,
aid,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{year,jdbcType=INTEGER},
#{projectName,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{remark,jdbcType=VARCHAR},
#{aid,jdbcType=VARCHAR},
update organization_year_project
id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
year = #{record.year,jdbcType=INTEGER},
project_name = #{record.projectName,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
remark = #{record.remark,jdbcType=VARCHAR},
aid = #{record.aid,jdbcType=VARCHAR},
update organization_year_project
set id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
year = #{record.year,jdbcType=INTEGER},
project_name = #{record.projectName,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
remark = #{record.remark,jdbcType=VARCHAR},
aid = #{record.aid,jdbcType=VARCHAR}
update organization_year_project
uid = #{uid,jdbcType=VARCHAR},
year = #{year,jdbcType=INTEGER},
project_name = #{projectName,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
remark = #{remark,jdbcType=VARCHAR},
aid = #{aid,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update organization_year_project
set uid = #{uid,jdbcType=VARCHAR},
year = #{year,jdbcType=INTEGER},
project_name = #{projectName,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
remark = #{remark,jdbcType=VARCHAR},
aid = #{aid,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}