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}
industry_work_id, industry_id, work_type_id, created, modified, modify_time, create_time
delete from industry_work
insert into industry_work (industry_work_id, industry_id, work_type_id,
created, modified, modify_time,
create_time)
values (#{industryWorkId,jdbcType=VARCHAR}, #{industryId,jdbcType=VARCHAR}, #{workTypeId,jdbcType=VARCHAR},
#{created,jdbcType=VARCHAR}, #{modified,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP})
insert into industry_work
industry_work_id,
industry_id,
work_type_id,
created,
modified,
modify_time,
create_time,
#{industryWorkId,jdbcType=VARCHAR},
#{industryId,jdbcType=VARCHAR},
#{workTypeId,jdbcType=VARCHAR},
#{created,jdbcType=VARCHAR},
#{modified,jdbcType=VARCHAR},
#{modifyTime,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP},
update industry_work
industry_work_id = #{record.industryWorkId,jdbcType=VARCHAR},
industry_id = #{record.industryId,jdbcType=VARCHAR},
work_type_id = #{record.workTypeId,jdbcType=VARCHAR},
created = #{record.created,jdbcType=VARCHAR},
modified = #{record.modified,jdbcType=VARCHAR},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update industry_work
set industry_work_id = #{record.industryWorkId,jdbcType=VARCHAR},
industry_id = #{record.industryId,jdbcType=VARCHAR},
work_type_id = #{record.workTypeId,jdbcType=VARCHAR},
created = #{record.created,jdbcType=VARCHAR},
modified = #{record.modified,jdbcType=VARCHAR},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
DELETE FROM `industry_work` WHERE industry_id = #{industryId}