update ${tableName}
${item.name} = #{item.value}
where ${primaryKey} = #{primaryKeyValue}
insert into ${tableName}
${item.name}
values
#{item.value}
insert into ${tableName}
( uuid
${item.name}
values
( #{uuid}
#{item.value}
insert into ${tableName}
(
uuid,
${item.name}
)
values
(
#{uuid},
#{item.value}
)
update ${tableName}
${item.name} = #{item.value}
where ${primaryKey} = #{primaryKeyValue}
delete from ${tableName} where ${primaryKey} = #{primaryKeyValue}
insert into ${tableName}
${item.name}
values
#{item.value}
delete from htmllabelindex where id = #{indexid}
insert into htmllabelindex values(#{indexid}, #{text})
delete from htmllabelinfo where indexid = #{indexid}
insert into htmllabelinfo values (#{indexid},#{text},#{languageid})