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, org_id, sitecode, vdevcode, vdevname, startchannel, endtchannel, vcfcode, remark,
del_flag
delete from t_ccinfo
where id = #{id,jdbcType=VARCHAR}
delete from t_ccinfo
insert into t_ccinfo (id, org_id, sitecode,
vdevcode, vdevname, startchannel,
endtchannel, vcfcode, remark,
del_flag)
values (#{id,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR}, #{sitecode,jdbcType=VARCHAR},
#{vdevcode,jdbcType=VARCHAR}, #{vdevname,jdbcType=VARCHAR}, #{startchannel,jdbcType=INTEGER},
#{endtchannel,jdbcType=INTEGER}, #{vcfcode,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
#{delFlag,jdbcType=INTEGER})
insert into t_ccinfo
id,
org_id,
sitecode,
vdevcode,
vdevname,
startchannel,
endtchannel,
vcfcode,
remark,
del_flag,
#{id,jdbcType=VARCHAR},
#{orgId,jdbcType=VARCHAR},
#{sitecode,jdbcType=VARCHAR},
#{vdevcode,jdbcType=VARCHAR},
#{vdevname,jdbcType=VARCHAR},
#{startchannel,jdbcType=INTEGER},
#{endtchannel,jdbcType=INTEGER},
#{vcfcode,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{delFlag,jdbcType=INTEGER},
update t_ccinfo
id = #{record.id,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
sitecode = #{record.sitecode,jdbcType=VARCHAR},
vdevcode = #{record.vdevcode,jdbcType=VARCHAR},
vdevname = #{record.vdevname,jdbcType=VARCHAR},
startchannel = #{record.startchannel,jdbcType=INTEGER},
endtchannel = #{record.endtchannel,jdbcType=INTEGER},
vcfcode = #{record.vcfcode,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update t_ccinfo
set id = #{record.id,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
sitecode = #{record.sitecode,jdbcType=VARCHAR},
vdevcode = #{record.vdevcode,jdbcType=VARCHAR},
vdevname = #{record.vdevname,jdbcType=VARCHAR},
startchannel = #{record.startchannel,jdbcType=INTEGER},
endtchannel = #{record.endtchannel,jdbcType=INTEGER},
vcfcode = #{record.vcfcode,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
del_flag = #{record.delFlag,jdbcType=INTEGER}
update t_ccinfo
org_id = #{orgId,jdbcType=VARCHAR},
sitecode = #{sitecode,jdbcType=VARCHAR},
vdevcode = #{vdevcode,jdbcType=VARCHAR},
vdevname = #{vdevname,jdbcType=VARCHAR},
startchannel = #{startchannel,jdbcType=INTEGER},
endtchannel = #{endtchannel,jdbcType=INTEGER},
vcfcode = #{vcfcode,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
del_flag = #{delFlag,jdbcType=INTEGER},
where id = #{id,jdbcType=VARCHAR}
update t_ccinfo
set org_id = #{orgId,jdbcType=VARCHAR},
sitecode = #{sitecode,jdbcType=VARCHAR},
vdevcode = #{vdevcode,jdbcType=VARCHAR},
vdevname = #{vdevname,jdbcType=VARCHAR},
startchannel = #{startchannel,jdbcType=INTEGER},
endtchannel = #{endtchannel,jdbcType=INTEGER},
vcfcode = #{vcfcode,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
del_flag = #{delFlag,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}