id, context, logo_path, logo_width, logo_height, pic1_path, foot_context delete from power_login_set where id = #{id,jdbcType=INTEGER} insert into power_login_set (id, context, logo_path, logo_width, logo_height, pic1_path, foot_context) values (#{id,jdbcType=INTEGER}, #{context,jdbcType=VARCHAR}, #{logoPath,jdbcType=VARCHAR}, #{logoWidth,jdbcType=INTEGER}, #{logoHeight,jdbcType=INTEGER}, #{pic1Path,jdbcType=VARCHAR}, #{footContext,jdbcType=VARCHAR}) insert into power_login_set id, context, logo_path, logo_width, logo_height, pic1_path, foot_context, #{id,jdbcType=INTEGER}, #{context,jdbcType=VARCHAR}, #{logoPath,jdbcType=VARCHAR}, #{logoWidth,jdbcType=INTEGER}, #{logoHeight,jdbcType=INTEGER}, #{pic1Path,jdbcType=VARCHAR}, #{footContext,jdbcType=VARCHAR}, update power_login_set context = #{context,jdbcType=VARCHAR}, logo_path = #{logoPath,jdbcType=VARCHAR}, logo_width = #{logoWidth,jdbcType=INTEGER}, logo_height = #{logoHeight,jdbcType=INTEGER}, pic1_path = #{pic1Path,jdbcType=VARCHAR}, foot_context = #{footContext,jdbcType=VARCHAR}, where id = #{id,jdbcType=INTEGER} update power_login_set set context = #{context,jdbcType=VARCHAR}, logo_path = #{logoPath,jdbcType=VARCHAR}, logo_width = #{logoWidth,jdbcType=INTEGER}, logo_height = #{logoHeight,jdbcType=INTEGER}, pic1_path = #{pic1Path,jdbcType=VARCHAR}, foot_context = #{footContext,jdbcType=VARCHAR} where id = #{id,jdbcType=INTEGER}