select id, identifying, name, config_explain, config_int, config_two, config_three, config_string, type, status, create_at, update_at, del_flag from mall_config
insert into mall_config
identifying,
name,
config_explain,
config_int,
config_two,
config_three,
config_string,
type,
status,
create_at,
update_at,
del_flag,
#{identifying},
#{name},
#{configExplain},
#{configInt},
#{configTwo},
#{configThree},
#{configString},
#{type},
#{status},
#{createAt},
#{updateAt},
#{delFlag},
update mall_config
identifying = #{identifying},
name = #{name},
config_explain = #{configExplain},
config_int = #{configInt},
config_two = #{configTwo},
config_three = #{configThree},
config_string = #{configString},
type = #{type},
status = #{status},
create_at = #{createAt},
update_at = #{updateAt},
del_flag = #{delFlag},
where id = #{id}
delete from mall_config where id = #{id}
delete from mall_config where id in
#{id}