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, lcsycclx, ccz, ccdw, uuid
delete from deviceclinical
where id = #{id,jdbcType=INTEGER}
delete from deviceclinical
insert into deviceclinical (id, deviceRecordKey, lcsycclx,
ccz, ccdw, uuid)
values (#{id,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR}, #{lcsycclx,jdbcType=VARCHAR},
#{ccz,jdbcType=VARCHAR}, #{ccdw,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR})
insert into deviceclinical
id,
deviceRecordKey,
lcsycclx,
ccz,
ccdw,
uuid,
#{id,jdbcType=INTEGER},
#{devicerecordkey,jdbcType=VARCHAR},
#{lcsycclx,jdbcType=VARCHAR},
#{ccz,jdbcType=VARCHAR},
#{ccdw,jdbcType=VARCHAR},
#{uuid,jdbcType=VARCHAR},
update deviceclinical
id = #{record.id,jdbcType=INTEGER},
deviceRecordKey = #{record.devicerecordkey,jdbcType=VARCHAR},
lcsycclx = #{record.lcsycclx,jdbcType=VARCHAR},
ccz = #{record.ccz,jdbcType=VARCHAR},
ccdw = #{record.ccdw,jdbcType=VARCHAR},
uuid = #{record.uuid,jdbcType=VARCHAR},
update deviceclinical
set id = #{record.id,jdbcType=INTEGER},
deviceRecordKey = #{record.devicerecordkey,jdbcType=VARCHAR},
lcsycclx = #{record.lcsycclx,jdbcType=VARCHAR},
ccz = #{record.ccz,jdbcType=VARCHAR},
ccdw = #{record.ccdw,jdbcType=VARCHAR},
uuid = #{record.uuid,jdbcType=VARCHAR}
update deviceclinical
deviceRecordKey = #{devicerecordkey,jdbcType=VARCHAR},
lcsycclx = #{lcsycclx,jdbcType=VARCHAR},
ccz = #{ccz,jdbcType=VARCHAR},
ccdw = #{ccdw,jdbcType=VARCHAR},
uuid = #{uuid,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update deviceclinical
set deviceRecordKey = #{devicerecordkey,jdbcType=VARCHAR},
lcsycclx = #{lcsycclx,jdbcType=VARCHAR},
ccz = #{ccz,jdbcType=VARCHAR},
ccdw = #{ccdw,jdbcType=VARCHAR},
uuid = #{uuid,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}