and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
per_num, first_code, second_code, third_code, fourth_code, fifth_code, sixth_code,
seventh_code
insert into seven_star_color (per_num, first_code, second_code,
third_code, fourth_code, fifth_code,
sixth_code, seventh_code)
values (#{perNum,jdbcType=INTEGER}, #{firstCode,jdbcType=TINYINT}, #{secondCode,jdbcType=TINYINT},
#{thirdCode,jdbcType=TINYINT}, #{fourthCode,jdbcType=TINYINT}, #{fifthCode,jdbcType=TINYINT},
#{sixthCode,jdbcType=TINYINT}, #{seventhCode,jdbcType=TINYINT})
insert into seven_star_color
per_num,
first_code,
second_code,
third_code,
fourth_code,
fifth_code,
sixth_code,
seventh_code,
#{perNum,jdbcType=INTEGER},
#{firstCode,jdbcType=TINYINT},
#{secondCode,jdbcType=TINYINT},
#{thirdCode,jdbcType=TINYINT},
#{fourthCode,jdbcType=TINYINT},
#{fifthCode,jdbcType=TINYINT},
#{sixthCode,jdbcType=TINYINT},
#{seventhCode,jdbcType=TINYINT},
update seven_star_color
first_code = #{firstCode,jdbcType=TINYINT},
second_code = #{secondCode,jdbcType=TINYINT},
third_code = #{thirdCode,jdbcType=TINYINT},
fourth_code = #{fourthCode,jdbcType=TINYINT},
fifth_code = #{fifthCode,jdbcType=TINYINT},
sixth_code = #{sixthCode,jdbcType=TINYINT},
seventh_code = #{seventhCode,jdbcType=TINYINT},
where per_num = #{perNum,jdbcType=INTEGER}
update seven_star_color
set first_code = #{firstCode,jdbcType=TINYINT},
second_code = #{secondCode,jdbcType=TINYINT},
third_code = #{thirdCode,jdbcType=TINYINT},
fourth_code = #{fourthCode,jdbcType=TINYINT},
fifth_code = #{fifthCode,jdbcType=TINYINT},
sixth_code = #{sixthCode,jdbcType=TINYINT},
seventh_code = #{seventhCode,jdbcType=TINYINT}
where per_num = #{perNum,jdbcType=INTEGER}