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, position, department, hospital_id, user_id, created_at, updated_at, rec_status
delete from t_hospital_member
where id = #{id,jdbcType=BIGINT}
delete from t_hospital_member
insert into t_hospital_member (id, position, department,
hospital_id, user_id, created_at,
updated_at, rec_status)
values (#{id,jdbcType=BIGINT}, #{position,jdbcType=TINYINT}, #{department,jdbcType=TINYINT},
#{hospitalId,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT})
insert into t_hospital_member
id,
position,
department,
hospital_id,
user_id,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{position,jdbcType=TINYINT},
#{department,jdbcType=TINYINT},
#{hospitalId,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_hospital_member
id = #{record.id,jdbcType=BIGINT},
position = #{record.position,jdbcType=TINYINT},
department = #{record.department,jdbcType=TINYINT},
hospital_id = #{record.hospitalId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_hospital_member
set id = #{record.id,jdbcType=BIGINT},
position = #{record.position,jdbcType=TINYINT},
department = #{record.department,jdbcType=TINYINT},
hospital_id = #{record.hospitalId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_hospital_member
position = #{position,jdbcType=TINYINT},
department = #{department,jdbcType=TINYINT},
hospital_id = #{hospitalId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_hospital_member
set position = #{position,jdbcType=TINYINT},
department = #{department,jdbcType=TINYINT},
hospital_id = #{hospitalId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}