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, project_code, company_id, rules
delete from race_questions_rules
where id = #{id,jdbcType=INTEGER}
delete from race_questions_rules
insert into race_questions_rules (project_code, company_id, rules
)
values (#{projectCode,jdbcType=VARCHAR}, #{companyId,jdbcType=INTEGER}, #{rules,jdbcType=VARCHAR}
)
insert into race_questions_rules
project_code,
company_id,
rules,
#{projectCode,jdbcType=VARCHAR},
#{companyId,jdbcType=INTEGER},
#{rules,jdbcType=VARCHAR},
update race_questions_rules
id = #{record.id,jdbcType=INTEGER},
project_code = #{record.projectCode,jdbcType=VARCHAR},
company_id = #{record.companyId,jdbcType=INTEGER},
rules = #{record.rules,jdbcType=VARCHAR},
update race_questions_rules
set id = #{record.id,jdbcType=INTEGER},
project_code = #{record.projectCode,jdbcType=VARCHAR},
company_id = #{record.companyId,jdbcType=INTEGER},
rules = #{record.rules,jdbcType=VARCHAR}
update race_questions_rules
project_code = #{projectCode,jdbcType=VARCHAR},
company_id = #{companyId,jdbcType=INTEGER},
rules = #{rules,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update race_questions_rules
set project_code = #{projectCode,jdbcType=VARCHAR},
company_id = #{companyId,jdbcType=INTEGER},
rules = #{rules,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}