id, create_by, create_time, del_flag, update_by, update_time, shop_id, type, user_id
delete from t_shop_user
where id = #{id,jdbcType=VARCHAR}
insert into t_shop_user (id, create_by, create_time,
del_flag, update_by, update_time,
shop_id, type, user_id
)
values (#{id,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{shopId,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER}, #{userId,jdbcType=VARCHAR}
)
insert into t_shop_user
id,
create_by,
create_time,
del_flag,
update_by,
update_time,
shop_id,
type,
user_id,
#{id,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{shopId,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{userId,jdbcType=VARCHAR},
update t_shop_user
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_id = #{shopId,jdbcType=VARCHAR},
type = #{type,jdbcType=INTEGER},
user_id = #{userId,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update t_shop_user
set create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_id = #{shopId,jdbcType=VARCHAR},
type = #{type,jdbcType=INTEGER},
user_id = #{userId,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}