insert into mall_topic( `title`, `content`, `avatar`, `item_pic_url`, `subtitle`, `topic_category_id`, `price_info`, `read_count`, `scene_pic_url`, `topic_template_id`, `topic_tag_id`) values( #{title}, #{content}, #{avatar}, #{itemPicUrl}, #{subtitle}, #{topicCategoryId}, #{priceInfo}, #{readCount}, #{scenePicUrl}, #{topicTemplateId}, #{topicTagId}) update mall_topic `title` = #{title}, `content` = #{content}, `avatar` = #{avatar}, `item_pic_url` = #{itemPicUrl}, `subtitle` = #{subtitle}, `topic_category_id` = #{topicCategoryId}, `price_info` = #{priceInfo}, `read_count` = #{readCount}, `scene_pic_url` = #{scenePicUrl}, `topic_template_id` = #{topicTemplateId}, `topic_tag_id` = #{topicTagId} where id = #{id} delete from mall_topic where id = #{value} delete from mall_topic where id in #{id}