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, meeting_id, username, del_flag, create_by, create_time, update_by, update_time,
remark
delete from dms_meeting_user
where id = #{id,jdbcType=BIGINT}
insert into dms_meeting_user (id, meeting_id, username,
del_flag, create_by, create_time,
update_by, update_time, remark
)
values (#{id,jdbcType=BIGINT}, #{meetingId,jdbcType=BIGINT}, #{username,jdbcType=VARCHAR},
#{delFlag,jdbcType=TINYINT}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}
)
insert into dms_meeting_user
id,
meeting_id,
username,
del_flag,
create_by,
create_time,
update_by,
update_time,
remark,
#{id,jdbcType=BIGINT},
#{meetingId,jdbcType=BIGINT},
#{username,jdbcType=VARCHAR},
#{delFlag,jdbcType=TINYINT},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
update dms_meeting_user
id = #{record.id,jdbcType=BIGINT},
meeting_id = #{record.meetingId,jdbcType=BIGINT},
username = #{record.username,jdbcType=VARCHAR},
del_flag = #{record.delFlag,jdbcType=TINYINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR},
update dms_meeting_user
set id = #{record.id,jdbcType=BIGINT},
meeting_id = #{record.meetingId,jdbcType=BIGINT},
username = #{record.username,jdbcType=VARCHAR},
del_flag = #{record.delFlag,jdbcType=TINYINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR}
update dms_meeting_user
meeting_id = #{meetingId,jdbcType=BIGINT},
username = #{username,jdbcType=VARCHAR},
del_flag = #{delFlag,jdbcType=TINYINT},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update dms_meeting_user
set meeting_id = #{meetingId,jdbcType=BIGINT},
username = #{username,jdbcType=VARCHAR},
del_flag = #{delFlag,jdbcType=TINYINT},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}