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, org_id, table_name, code, time, remark
delete from t_send_number
where id = #{id,jdbcType=VARCHAR}
delete from t_send_number
insert into t_send_number (id, org_id, table_name,
code, time, remark
)
values (#{id,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR}, #{tableName,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR}, #{time,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}
)
insert into t_send_number
id,
org_id,
table_name,
code,
time,
remark,
#{id,jdbcType=VARCHAR},
#{orgId,jdbcType=VARCHAR},
#{tableName,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR},
#{time,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
update t_send_number
id = #{record.id,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
table_name = #{record.tableName,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
time = #{record.time,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR},
update t_send_number
set id = #{record.id,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
table_name = #{record.tableName,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
time = #{record.time,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR}
update t_send_number
org_id = #{orgId,jdbcType=VARCHAR},
table_name = #{tableName,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
time = #{time,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update t_send_number
set org_id = #{orgId,jdbcType=VARCHAR},
table_name = #{tableName,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
time = #{time,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}