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, gh_id, publish_date, user_group_id, open_id, create_time
delete from long_articles_group_send_open_id
where id = #{id,jdbcType=BIGINT}
delete from long_articles_group_send_open_id
insert into long_articles_group_send_open_id (id, gh_id, publish_date,
user_group_id, open_id, create_time
)
values (#{id,jdbcType=BIGINT}, #{ghId,jdbcType=VARCHAR}, #{publishDate,jdbcType=VARCHAR},
#{userGroupId,jdbcType=INTEGER}, #{openId,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}
)
INSERT INTO long_articles_group_send_open_id (gh_id, publish_date, user_group_id, open_id)
VALUES
(#{item.ghId,jdbcType=VARCHAR}, #{item.publishDate,jdbcType=VARCHAR},
#{item.userGroupId,jdbcType=INTEGER}, #{item.openId,jdbcType=VARCHAR})
insert into long_articles_group_send_open_id
id,
gh_id,
publish_date,
user_group_id,
open_id,
create_time,
#{id,jdbcType=BIGINT},
#{ghId,jdbcType=VARCHAR},
#{publishDate,jdbcType=VARCHAR},
#{userGroupId,jdbcType=INTEGER},
#{openId,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update long_articles_group_send_open_id
id = #{record.id,jdbcType=BIGINT},
gh_id = #{record.ghId,jdbcType=VARCHAR},
publish_date = #{record.publishDate,jdbcType=VARCHAR},
user_group_id = #{record.userGroupId,jdbcType=INTEGER},
open_id = #{record.openId,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update long_articles_group_send_open_id
set id = #{record.id,jdbcType=BIGINT},
gh_id = #{record.ghId,jdbcType=VARCHAR},
publish_date = #{record.publishDate,jdbcType=VARCHAR},
user_group_id = #{record.userGroupId,jdbcType=INTEGER},
open_id = #{record.openId,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update long_articles_group_send_open_id
gh_id = #{ghId,jdbcType=VARCHAR},
publish_date = #{publishDate,jdbcType=VARCHAR},
user_group_id = #{userGroupId,jdbcType=INTEGER},
open_id = #{openId,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update long_articles_group_send_open_id
set gh_id = #{ghId,jdbcType=VARCHAR},
publish_date = #{publishDate,jdbcType=VARCHAR},
user_group_id = #{userGroupId,jdbcType=INTEGER},
open_id = #{openId,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}