insert into mall_topic_category(
`title`,
`pic_url`)
values(
#{title},
#{picUrl})
update mall_topic_category
`title` = #{title},`pic_url` = #{picUrl}
where id = #{id}
delete from mall_topic_category where id = #{value}
delete from mall_topic_category where id in
#{id}