id, channel_id, channel_name, create_time, update_time delete from xfsg_partner_user_channel where id = #{id,jdbcType=BIGINT} insert into xfsg_partner_user_channel (channel_id, channel_name, create_time, update_time) values (#{channelId,jdbcType=BIGINT}, #{channelName,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}) insert into xfsg_partner_user_channel channel_id, channel_name, create_time, #{channelId,jdbcType=BIGINT}, #{channelName,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, update xfsg_partner_user_channel channel_id = #{channelId,jdbcType=BIGINT}, channel_name = #{channelName,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=BIGINT} update xfsg_partner_user_channel set channel_id = #{channelId,jdbcType=BIGINT}, channel_name = #{channelName,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP} where id = #{id,jdbcType=BIGINT}