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, flow_main_id, cc_user, main_log_ids, status, created_by, created_at, updated_by,
updated_at, group_id, remark, is_read
delete from flow_main_cc
where id = #{id,jdbcType=VARCHAR}
delete from flow_main_cc
insert into flow_main_cc (id,flow_main_id, cc_user, main_log_ids,
status, created_by, created_at,
updated_by, updated_at, group_id,
remark, is_read)
values (#{id,jdbcType=VARCHAR},#{flowMainId,jdbcType=VARCHAR}, #{ccUser,jdbcType=VARCHAR}, #{mainLogIds,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER}, #{createdBy,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR}, #{updatedAt,jdbcType=TIMESTAMP}, #{groupId,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR}, #{isRead,jdbcType=VARCHAR})
insert into flow_main_cc
id,
flow_main_id,
cc_user,
main_log_ids,
status,
created_by,
created_at,
updated_by,
updated_at,
group_id,
remark,
is_read,
#{id,jdbcType=VARCHAR},
#{flowMainId,jdbcType=VARCHAR},
#{ccUser,jdbcType=VARCHAR},
#{mainLogIds,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createdBy,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR},
#{updatedAt,jdbcType=TIMESTAMP},
#{groupId,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{isRead,jdbcType=VARCHAR},
update flow_main_cc
id = #{record.id,jdbcType=VARCHAR},
flow_main_id = #{record.flowMainId,jdbcType=VARCHAR},
cc_user = #{record.ccUser,jdbcType=VARCHAR},
main_log_ids = #{record.mainLogIds,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
created_by = #{record.createdBy,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_by = #{record.updatedBy,jdbcType=VARCHAR},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
group_id = #{record.groupId,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
is_read = #{record.isRead,jdbcType=VARCHAR},
update flow_main_cc
set id = #{record.id,jdbcType=VARCHAR},
flow_main_id = #{record.flowMainId,jdbcType=VARCHAR},
cc_user = #{record.ccUser,jdbcType=VARCHAR},
main_log_ids = #{record.mainLogIds,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
created_by = #{record.createdBy,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_by = #{record.updatedBy,jdbcType=VARCHAR},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
group_id = #{record.groupId,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
is_read = #{record.isRead,jdbcType=VARCHAR}
update flow_main_cc
flow_main_id = #{flowMainId,jdbcType=VARCHAR},
cc_user = #{ccUser,jdbcType=VARCHAR},
main_log_ids = #{mainLogIds,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
created_by = #{createdBy,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_by = #{updatedBy,jdbcType=VARCHAR},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
group_id = #{groupId,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
is_read = #{isRead,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update flow_main_cc
set flow_main_id = #{flowMainId,jdbcType=VARCHAR},
cc_user = #{ccUser,jdbcType=VARCHAR},
main_log_ids = #{mainLogIds,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
created_by = #{createdBy,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_by = #{updatedBy,jdbcType=VARCHAR},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
group_id = #{groupId,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
is_read = #{isRead,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}