select id, name, create_time, update_by, update_time, update_id, del_flag, org_type
from sys_area
insert into sys_area
name,
create_time,
update_by,
update_time,
update_id,
del_flag,
org_type,
#{name},
#{createTime},
#{updateBy},
#{updateTime},
#{updateId},
#{delFlag},
#{orgType},
update sys_area
name =
#{name},
create_time =
#{createTime},
update_by =
#{updateBy},
update_time =
#{updateTime},
update_id =
#{updateId},
del_flag =
#{delFlag},
org_type =
#{orgType},
where id = #{id}
delete
from sys_area where id = #{id}
delete from sys_area where id in
#{id}