select id, mark, name, content, text_content, status, author, create_at, update_at, del_flag from mall_config
insert into mall_config
mark,
name,
content,
text_content,
status,
author,
create_at,
update_at,
del_flag,
#{mark},
#{name},
#{content},
#{textContent},
#{status},
#{author},
#{createAt},
#{updateAt},
#{delFlag},
update mall_config
mark = #{mark},
name = #{name},
content = #{content},
text_content = #{textContent},
status = #{status},
author = #{author},
create_at = #{createAt},
update_at = #{updateAt},
del_flag = #{delFlag},
where id = #{id}
update mall_config set del_flag = '1' where id = #{id}
update mall_config set del_flag = '1' where id in
#{id}