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, form_id, push_user, push_user_key, node_name, push_type, push_role,
flow_type, flow_post, flow_id, task_id, up_main_log_id, status, created_by, created_at,
updated_by, updated_at, group_id, remark
delete from flow_main_push
where id = #{id,jdbcType=VARCHAR}
delete from flow_main_push
insert into flow_main_push (id, flow_main_id, form_id,
push_user, push_user_key, node_name,
push_type, push_role, flow_type,
flow_post, flow_id, task_id,
up_main_log_id, status, created_by,
created_at, updated_by, updated_at,
group_id, remark)
values (#{id,jdbcType=VARCHAR}, #{flowMainId,jdbcType=VARCHAR}, #{formId,jdbcType=VARCHAR},
#{pushUser,jdbcType=VARCHAR}, #{pushUserKey,jdbcType=VARCHAR}, #{nodeName,jdbcType=VARCHAR},
#{pushType,jdbcType=INTEGER}, #{pushRole,jdbcType=INTEGER}, #{flowType,jdbcType=VARCHAR},
#{flowPost,jdbcType=VARCHAR}, #{flowId,jdbcType=VARCHAR}, #{taskId,jdbcType=VARCHAR},
#{upMainLogId,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createdBy,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedBy,jdbcType=VARCHAR}, #{updatedAt,jdbcType=TIMESTAMP},
#{groupId,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR})
insert into flow_main_push
id,
flow_main_id,
form_id,
push_user,
push_user_key,
node_name,
push_type,
push_role,
flow_type,
flow_post,
flow_id,
task_id,
up_main_log_id,
status,
created_by,
created_at,
updated_by,
updated_at,
group_id,
remark,
#{id,jdbcType=VARCHAR},
#{flowMainId,jdbcType=VARCHAR},
#{formId,jdbcType=VARCHAR},
#{pushUser,jdbcType=VARCHAR},
#{pushUserKey,jdbcType=VARCHAR},
#{nodeName,jdbcType=VARCHAR},
#{pushType,jdbcType=INTEGER},
#{pushRole,jdbcType=INTEGER},
#{flowType,jdbcType=VARCHAR},
#{flowPost,jdbcType=VARCHAR},
#{flowId,jdbcType=VARCHAR},
#{taskId,jdbcType=VARCHAR},
#{upMainLogId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createdBy,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR},
#{updatedAt,jdbcType=TIMESTAMP},
#{groupId,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
update flow_main_push
id = #{record.id,jdbcType=VARCHAR},
flow_main_id = #{record.flowMainId,jdbcType=VARCHAR},
form_id = #{record.formId,jdbcType=VARCHAR},
push_user = #{record.pushUser,jdbcType=VARCHAR},
push_user_key = #{record.pushUserKey,jdbcType=VARCHAR},
node_name = #{record.nodeName,jdbcType=VARCHAR},
push_type = #{record.pushType,jdbcType=INTEGER},
push_role = #{record.pushRole,jdbcType=INTEGER},
flow_type = #{record.flowType,jdbcType=VARCHAR},
flow_post = #{record.flowPost,jdbcType=VARCHAR},
flow_id = #{record.flowId,jdbcType=VARCHAR},
task_id = #{record.taskId,jdbcType=VARCHAR},
up_main_log_id = #{record.upMainLogId,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},
update flow_main_push
set id = #{record.id,jdbcType=VARCHAR},
flow_main_id = #{record.flowMainId,jdbcType=VARCHAR},
form_id = #{record.formId,jdbcType=VARCHAR},
push_user = #{record.pushUser,jdbcType=VARCHAR},
push_user_key = #{record.pushUserKey,jdbcType=VARCHAR},
node_name = #{record.nodeName,jdbcType=VARCHAR},
push_type = #{record.pushType,jdbcType=INTEGER},
push_role = #{record.pushRole,jdbcType=INTEGER},
flow_type = #{record.flowType,jdbcType=VARCHAR},
flow_post = #{record.flowPost,jdbcType=VARCHAR},
flow_id = #{record.flowId,jdbcType=VARCHAR},
task_id = #{record.taskId,jdbcType=VARCHAR},
up_main_log_id = #{record.upMainLogId,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}
update flow_main_push
flow_main_id = #{flowMainId,jdbcType=VARCHAR},
form_id = #{formId,jdbcType=VARCHAR},
push_user = #{pushUser,jdbcType=VARCHAR},
push_user_key = #{pushUserKey,jdbcType=VARCHAR},
node_name = #{nodeName,jdbcType=VARCHAR},
push_type = #{pushType,jdbcType=INTEGER},
push_role = #{pushRole,jdbcType=INTEGER},
flow_type = #{flowType,jdbcType=VARCHAR},
flow_post = #{flowPost,jdbcType=VARCHAR},
flow_id = #{flowId,jdbcType=VARCHAR},
task_id = #{taskId,jdbcType=VARCHAR},
up_main_log_id = #{upMainLogId,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},
where id = #{id,jdbcType=VARCHAR}
update flow_main_push
set flow_main_id = #{flowMainId,jdbcType=VARCHAR},
form_id = #{formId,jdbcType=VARCHAR},
push_user = #{pushUser,jdbcType=VARCHAR},
push_user_key = #{pushUserKey,jdbcType=VARCHAR},
node_name = #{nodeName,jdbcType=VARCHAR},
push_type = #{pushType,jdbcType=INTEGER},
push_role = #{pushRole,jdbcType=INTEGER},
flow_type = #{flowType,jdbcType=VARCHAR},
flow_post = #{flowPost,jdbcType=VARCHAR},
flow_id = #{flowId,jdbcType=VARCHAR},
task_id = #{taskId,jdbcType=VARCHAR},
up_main_log_id = #{upMainLogId,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}
where id = #{id,jdbcType=VARCHAR}