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, deviceRecordKey, cchcztj, jldw, zdz, zgz, uuid
delete from devicestorage
where id = #{id,jdbcType=INTEGER}
delete from devicestorage
insert into devicestorage (id, deviceRecordKey, cchcztj,
jldw, zdz, zgz, uuid
)
values (#{id,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR}, #{cchcztj,jdbcType=VARCHAR},
#{jldw,jdbcType=VARCHAR}, #{zdz,jdbcType=VARCHAR}, #{zgz,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR}
)
insert into devicestorage
id,
deviceRecordKey,
cchcztj,
jldw,
zdz,
zgz,
uuid,
#{id,jdbcType=INTEGER},
#{devicerecordkey,jdbcType=VARCHAR},
#{cchcztj,jdbcType=VARCHAR},
#{jldw,jdbcType=VARCHAR},
#{zdz,jdbcType=VARCHAR},
#{zgz,jdbcType=VARCHAR},
#{uuid,jdbcType=VARCHAR},
update devicestorage
id = #{record.id,jdbcType=INTEGER},
deviceRecordKey = #{record.devicerecordkey,jdbcType=VARCHAR},
cchcztj = #{record.cchcztj,jdbcType=VARCHAR},
jldw = #{record.jldw,jdbcType=VARCHAR},
zdz = #{record.zdz,jdbcType=VARCHAR},
zgz = #{record.zgz,jdbcType=VARCHAR},
uuid = #{record.uuid,jdbcType=VARCHAR},
update devicestorage
set id = #{record.id,jdbcType=INTEGER},
deviceRecordKey = #{record.devicerecordkey,jdbcType=VARCHAR},
cchcztj = #{record.cchcztj,jdbcType=VARCHAR},
jldw = #{record.jldw,jdbcType=VARCHAR},
zdz = #{record.zdz,jdbcType=VARCHAR},
zgz = #{record.zgz,jdbcType=VARCHAR},
uuid = #{record.uuid,jdbcType=VARCHAR}
update devicestorage
deviceRecordKey = #{devicerecordkey,jdbcType=VARCHAR},
cchcztj = #{cchcztj,jdbcType=VARCHAR},
jldw = #{jldw,jdbcType=VARCHAR},
zdz = #{zdz,jdbcType=VARCHAR},
zgz = #{zgz,jdbcType=VARCHAR},
uuid = #{uuid,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update devicestorage
set deviceRecordKey = #{devicerecordkey,jdbcType=VARCHAR},
cchcztj = #{cchcztj,jdbcType=VARCHAR},
jldw = #{jldw,jdbcType=VARCHAR},
zdz = #{zdz,jdbcType=VARCHAR},
zgz = #{zgz,jdbcType=VARCHAR},
uuid = #{uuid,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}