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, content, type, create_time, user_id, status, is_valid
delete from t_sys_log
where id = #{id,jdbcType=VARCHAR}
delete from t_sys_log
insert into t_sys_log (id, content, type,
create_time, user_id, status,
is_valid)
values (#{id,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{type,jdbcType=TINYINT},
#{createTime,jdbcType=TIMESTAMP}, #{userId,jdbcType=VARCHAR}, #{status,jdbcType=TINYINT},
#{isValid,jdbcType=TINYINT})
insert into t_sys_log
id,
content,
type,
create_time,
user_id,
status,
is_valid,
#{id,jdbcType=VARCHAR},
#{content,jdbcType=VARCHAR},
#{type,jdbcType=TINYINT},
#{createTime,jdbcType=TIMESTAMP},
#{userId,jdbcType=VARCHAR},
#{status,jdbcType=TINYINT},
#{isValid,jdbcType=TINYINT},
update t_sys_log
id = #{record.id,jdbcType=VARCHAR},
content = #{record.content,jdbcType=VARCHAR},
type = #{record.type,jdbcType=TINYINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
user_id = #{record.userId,jdbcType=VARCHAR},
status = #{record.status,jdbcType=TINYINT},
is_valid = #{record.isValid,jdbcType=TINYINT},
update t_sys_log
set id = #{record.id,jdbcType=VARCHAR},
content = #{record.content,jdbcType=VARCHAR},
type = #{record.type,jdbcType=TINYINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
user_id = #{record.userId,jdbcType=VARCHAR},
status = #{record.status,jdbcType=TINYINT},
is_valid = #{record.isValid,jdbcType=TINYINT}
update t_sys_log
content = #{content,jdbcType=VARCHAR},
type = #{type,jdbcType=TINYINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
user_id = #{userId,jdbcType=VARCHAR},
status = #{status,jdbcType=TINYINT},
is_valid = #{isValid,jdbcType=TINYINT},
where id = #{id,jdbcType=VARCHAR}
update t_sys_log
set content = #{content,jdbcType=VARCHAR},
type = #{type,jdbcType=TINYINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
user_id = #{userId,jdbcType=VARCHAR},
status = #{status,jdbcType=TINYINT},
is_valid = #{isValid,jdbcType=TINYINT}
where id = #{id,jdbcType=VARCHAR}