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, name, followup_method, followup_type, frequency, followup_month, person_in_charge,
person_in_charge_username, status, remind_time, del_flag, tenant_id, create_by, create_time,
update_by, update_time, remark, follow_window_adys
delete from fms_followup_queue
where id = #{id,jdbcType=BIGINT}
insert into fms_followup_queue (id, name, followup_method,
followup_type, frequency, followup_month,
person_in_charge, person_in_charge_username,
status, remind_time, del_flag,
tenant_id, create_by, create_time,
update_by, update_time, remark,
follow_window_adys)
values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{followupMethod,jdbcType=TINYINT},
#{followupType,jdbcType=TINYINT}, #{frequency,jdbcType=VARCHAR}, #{followupMonth,jdbcType=INTEGER},
#{personInCharge,jdbcType=VARCHAR}, #{personInChargeUsername,jdbcType=VARCHAR},
#{status,jdbcType=TINYINT}, #{remindTime,jdbcType=INTEGER}, #{delFlag,jdbcType=TINYINT},
#{tenantId,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR},
#{followWindowAdys,jdbcType=INTEGER})
insert into fms_followup_queue
id,
name,
followup_method,
followup_type,
frequency,
followup_month,
person_in_charge,
person_in_charge_username,
status,
remind_time,
del_flag,
tenant_id,
create_by,
create_time,
update_by,
update_time,
remark,
follow_window_adys,
#{id,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{followupMethod,jdbcType=TINYINT},
#{followupType,jdbcType=TINYINT},
#{frequency,jdbcType=VARCHAR},
#{followupMonth,jdbcType=INTEGER},
#{personInCharge,jdbcType=VARCHAR},
#{personInChargeUsername,jdbcType=VARCHAR},
#{status,jdbcType=TINYINT},
#{remindTime,jdbcType=INTEGER},
#{delFlag,jdbcType=TINYINT},
#{tenantId,jdbcType=BIGINT},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
#{followWindowAdys,jdbcType=INTEGER},
update fms_followup_queue
id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
followup_method = #{record.followupMethod,jdbcType=TINYINT},
followup_type = #{record.followupType,jdbcType=TINYINT},
frequency = #{record.frequency,jdbcType=VARCHAR},
followup_month = #{record.followupMonth,jdbcType=INTEGER},
person_in_charge = #{record.personInCharge,jdbcType=VARCHAR},
person_in_charge_username = #{record.personInChargeUsername,jdbcType=VARCHAR},
status = #{record.status,jdbcType=TINYINT},
remind_time = #{record.remindTime,jdbcType=INTEGER},
del_flag = #{record.delFlag,jdbcType=TINYINT},
tenant_id = #{record.tenantId,jdbcType=BIGINT},
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},
follow_window_adys = #{record.followWindowAdys,jdbcType=INTEGER},
update fms_followup_queue
set id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
followup_method = #{record.followupMethod,jdbcType=TINYINT},
followup_type = #{record.followupType,jdbcType=TINYINT},
frequency = #{record.frequency,jdbcType=VARCHAR},
followup_month = #{record.followupMonth,jdbcType=INTEGER},
person_in_charge = #{record.personInCharge,jdbcType=VARCHAR},
person_in_charge_username = #{record.personInChargeUsername,jdbcType=VARCHAR},
status = #{record.status,jdbcType=TINYINT},
remind_time = #{record.remindTime,jdbcType=INTEGER},
del_flag = #{record.delFlag,jdbcType=TINYINT},
tenant_id = #{record.tenantId,jdbcType=BIGINT},
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},
follow_window_adys = #{record.followWindowAdys,jdbcType=INTEGER}
update fms_followup_queue
name = #{name,jdbcType=VARCHAR},
followup_method = #{followupMethod,jdbcType=TINYINT},
followup_type = #{followupType,jdbcType=TINYINT},
frequency = #{frequency,jdbcType=VARCHAR},
followup_month = #{followupMonth,jdbcType=INTEGER},
person_in_charge = #{personInCharge,jdbcType=VARCHAR},
person_in_charge_username = #{personInChargeUsername,jdbcType=VARCHAR},
status = #{status,jdbcType=TINYINT},
remind_time = #{remindTime,jdbcType=INTEGER},
del_flag = #{delFlag,jdbcType=TINYINT},
tenant_id = #{tenantId,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
follow_window_adys = #{followWindowAdys,jdbcType=INTEGER},
where id = #{id,jdbcType=BIGINT}
update fms_followup_queue
set name = #{name,jdbcType=VARCHAR},
followup_method = #{followupMethod,jdbcType=TINYINT},
followup_type = #{followupType,jdbcType=TINYINT},
frequency = #{frequency,jdbcType=VARCHAR},
followup_month = #{followupMonth,jdbcType=INTEGER},
person_in_charge = #{personInCharge,jdbcType=VARCHAR},
person_in_charge_username = #{personInChargeUsername,jdbcType=VARCHAR},
status = #{status,jdbcType=TINYINT},
remind_time = #{remindTime,jdbcType=INTEGER},
del_flag = #{delFlag,jdbcType=TINYINT},
tenant_id = #{tenantId,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
follow_window_adys = #{followWindowAdys,jdbcType=INTEGER}
where id = #{id,jdbcType=BIGINT}