r.id,r.group_id,r.compile_id,r.organization,r.country,r.detail,r.is_valid,r.create_time,r.edit_time,
r.creator_id,r.editor_id,r.asn_id,r.org_group_id
insert into asn_group_info(group_id,compile_id,organization,country,detail,is_valid,creator_id,create_time,editor_id,edit_time,asn_id,org_group_id
)values (
#{groupId,jdbcType=INTEGER},
#{compileId,jdbcType=INTEGER},
#{organization,jdbcType=VARCHAR},
#{country,jdbcType=VARCHAR},
#{detail,jdbcType=VARCHAR},
#{isValid,jdbcType=INTEGER},
#{creatorId,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{editorId,jdbcType=INTEGER},
#{editTime,jdbcType=TIMESTAMP},
#{asnId,jdbcType=INTEGER},
#{orgGroupId,jdbcType=INTEGER}
)
update asn_group_info
organization = #{organization,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
detail = #{detail,jdbcType=VARCHAR},
asn_id = #{asnId,jdbcType=INTEGER},
is_valid = #{isValid,jdbcType=INTEGER},
group_id = #{groupId,jdbcType=INTEGER},
org_group_id = #{orgGroupId,jdbcType=INTEGER},
compile_id = #{compileId,jdbcType=INTEGER},
editor_id = #{editorId,jdbcType=INTEGER},
edit_time = #{editTime,jdbcType=TIMESTAMP},
and id = #{id,jdbcType=INTEGER}
update asn_group_info
is_valid = #{isValid,jdbcType=INTEGER},
and group_id = #{groupId,jdbcType=INTEGER}
and id = #{id,jdbcType=INTEGER}