r.id,
r.group_id,
r.area_code,
r.is_valid,
r.creator_id,
r.create_time,
r.editor_id,
r.edit_time
insert into group_area_info(
ID,
GROUP_ID,
AREA_CODE,
IS_VALID,
CREATOR_ID,
CREATE_TIME
)values (
#{id,jdbcType=INTEGER},
#{groupId,jdbcType=INTEGER},
#{areaCode,jdbcType=INTEGER},
#{isValid,jdbcType=INTEGER},
#{creatorId,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}
)
update group_area_info
id = #{id,jdbcType=INTEGER},
group_Id = #{groupId,jdbcType=INTEGER},
area_code = #{areaCode,jdbcType=INTEGER},
is_valid = #{isValid,jdbcType=INTEGER},
editor_id = #{editorId,jdbcType=INTEGER},
edit_time = #{editTime,jdbcType=TIMESTAMP},
and id = #{id,jdbcType=INTEGER}