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, code, windpowerstationid, projectid, lineid, name, squareid, boxchangeid, isstandard,
modelId
delete from inverter
where id = #{id,jdbcType=VARCHAR}
delete from inverter
insert into inverter (id, code, windpowerstationid,
projectid, lineid, name,
squareid, boxchangeid, isstandard,
modelId)
values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{windpowerstationid,jdbcType=VARCHAR},
#{projectid,jdbcType=VARCHAR}, #{lineid,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{squareid,jdbcType=VARCHAR}, #{boxchangeid,jdbcType=VARCHAR}, #{isstandard,jdbcType=INTEGER},
#{modelid,jdbcType=VARCHAR})
insert into inverter
id,
code,
windpowerstationid,
projectid,
lineid,
name,
squareid,
boxchangeid,
isstandard,
modelId,
#{id,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR},
#{windpowerstationid,jdbcType=VARCHAR},
#{projectid,jdbcType=VARCHAR},
#{lineid,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{squareid,jdbcType=VARCHAR},
#{boxchangeid,jdbcType=VARCHAR},
#{isstandard,jdbcType=INTEGER},
#{modelid,jdbcType=VARCHAR},
update inverter
id = #{record.id,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
windpowerstationid = #{record.windpowerstationid,jdbcType=VARCHAR},
projectid = #{record.projectid,jdbcType=VARCHAR},
lineid = #{record.lineid,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
squareid = #{record.squareid,jdbcType=VARCHAR},
boxchangeid = #{record.boxchangeid,jdbcType=VARCHAR},
isstandard = #{record.isstandard,jdbcType=INTEGER},
modelId = #{record.modelid,jdbcType=VARCHAR},
update inverter
set id = #{record.id,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
windpowerstationid = #{record.windpowerstationid,jdbcType=VARCHAR},
projectid = #{record.projectid,jdbcType=VARCHAR},
lineid = #{record.lineid,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
squareid = #{record.squareid,jdbcType=VARCHAR},
boxchangeid = #{record.boxchangeid,jdbcType=VARCHAR},
isstandard = #{record.isstandard,jdbcType=INTEGER},
modelId = #{record.modelid,jdbcType=VARCHAR}
update inverter
code = #{code,jdbcType=VARCHAR},
windpowerstationid = #{windpowerstationid,jdbcType=VARCHAR},
projectid = #{projectid,jdbcType=VARCHAR},
lineid = #{lineid,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
squareid = #{squareid,jdbcType=VARCHAR},
boxchangeid = #{boxchangeid,jdbcType=VARCHAR},
isstandard = #{isstandard,jdbcType=INTEGER},
modelId = #{modelid,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update inverter
set code = #{code,jdbcType=VARCHAR},
windpowerstationid = #{windpowerstationid,jdbcType=VARCHAR},
projectid = #{projectid,jdbcType=VARCHAR},
lineid = #{lineid,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
squareid = #{squareid,jdbcType=VARCHAR},
boxchangeid = #{boxchangeid,jdbcType=VARCHAR},
isstandard = #{isstandard,jdbcType=INTEGER},
modelId = #{modelid,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}