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, gzh_id, idx, content_link, create_time
delete from article_content_link
where id = #{id,jdbcType=BIGINT}
delete from article_content_link
SELECT LAST_INSERT_ID()
insert into article_content_link (gzh_id, idx, content_link,
create_time)
values (#{gzhId,jdbcType=VARCHAR}, #{idx,jdbcType=INTEGER}, #{contentLink,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT})
SELECT LAST_INSERT_ID()
insert into article_content_link
gzh_id,
idx,
content_link,
create_time,
#{gzhId,jdbcType=VARCHAR},
#{idx,jdbcType=INTEGER},
#{contentLink,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT},
update article_content_link
id = #{row.id,jdbcType=BIGINT},
gzh_id = #{row.gzhId,jdbcType=VARCHAR},
idx = #{row.idx,jdbcType=INTEGER},
content_link = #{row.contentLink,jdbcType=VARCHAR},
create_time = #{row.createTime,jdbcType=BIGINT},
update article_content_link
set id = #{row.id,jdbcType=BIGINT},
gzh_id = #{row.gzhId,jdbcType=VARCHAR},
idx = #{row.idx,jdbcType=INTEGER},
content_link = #{row.contentLink,jdbcType=VARCHAR},
create_time = #{row.createTime,jdbcType=BIGINT}
update article_content_link
gzh_id = #{gzhId,jdbcType=VARCHAR},
idx = #{idx,jdbcType=INTEGER},
content_link = #{contentLink,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update article_content_link
set gzh_id = #{gzhId,jdbcType=VARCHAR},
idx = #{idx,jdbcType=INTEGER},
content_link = #{contentLink,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}
INSERT INTO article_content_link (gzh_id, idx, content_link, create_time)
VALUES
(#{item.gzhId}, #{item.idx}, #{item.contentLink}, #{item.createTime})