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