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, status, isdeleted, remark, createtime, updatetime, code, name
delete from question_subject
where id = #{id,jdbcType=VARCHAR}
delete from question_subject
insert into question_subject (id, status, isdeleted,
remark, createtime, updatetime,
code, name)
values (#{id,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR}, #{createtime,jdbcType=TIMESTAMP}, #{updatetime,jdbcType=TIMESTAMP},
#{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR})
insert into question_subject
id,
status,
isdeleted,
remark,
createtime,
updatetime,
code,
name,
#{id,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
#{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
update question_subject
id = #{record.id,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
update question_subject
set id = #{record.id,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR}
update question_subject
status = #{status,jdbcType=INTEGER},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update question_subject
set status = #{status,jdbcType=INTEGER},
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}