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, user_id, type, table_name, data_id, content, remark, create_time, update_time,
is_del
delete from t_ht_opretion_log
where id = #{id,jdbcType=BIGINT}
delete from t_ht_opretion_log
insert into t_ht_opretion_log (id, user_id, type,
table_name, data_id, content,
remark, create_time, update_time,
is_del)
values (#{id,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{type,jdbcType=TINYINT},
#{tableName,jdbcType=VARCHAR}, #{dataId,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP},
#{isDel,jdbcType=TINYINT})
insert into t_ht_opretion_log
id,
user_id,
type,
table_name,
data_id,
content,
remark,
create_time,
update_time,
is_del,
#{id,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{type,jdbcType=TINYINT},
#{tableName,jdbcType=VARCHAR},
#{dataId,jdbcType=VARCHAR},
#{content,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
#{isDel,jdbcType=TINYINT},
update t_ht_opretion_log
id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
type = #{record.type,jdbcType=TINYINT},
table_name = #{record.tableName,jdbcType=VARCHAR},
data_id = #{record.dataId,jdbcType=VARCHAR},
content = #{record.content,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
is_del = #{record.isDel,jdbcType=TINYINT},
update t_ht_opretion_log
set id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
type = #{record.type,jdbcType=TINYINT},
table_name = #{record.tableName,jdbcType=VARCHAR},
data_id = #{record.dataId,jdbcType=VARCHAR},
content = #{record.content,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
is_del = #{record.isDel,jdbcType=TINYINT}
update t_ht_opretion_log
user_id = #{userId,jdbcType=BIGINT},
type = #{type,jdbcType=TINYINT},
table_name = #{tableName,jdbcType=VARCHAR},
data_id = #{dataId,jdbcType=VARCHAR},
content = #{content,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
is_del = #{isDel,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_ht_opretion_log
set user_id = #{userId,jdbcType=BIGINT},
type = #{type,jdbcType=TINYINT},
table_name = #{tableName,jdbcType=VARCHAR},
data_id = #{dataId,jdbcType=VARCHAR},
content = #{content,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
is_del = #{isDel,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}