insert into mall_brand ( `name`, `list_pic_url`, `simple_desc`, `pic_url`, `sort_order`, `is_show`, `floor_price`, `app_list_pic_url`, `is_new`, `new_pic_url`, `new_sort_order` ) values ( #{name}, #{list_pic_url}, #{simple_desc}, #{pic_url}, #{sort_order}, #{is_show}, #{floor_price}, #{app_list_pic_url}, #{is_new}, #{new_pic_url}, #{new_sort_order} ) update mall_brand `name` = #{name}, `list_pic_url` = #{list_pic_url}, `simple_desc` = #{simple_desc}, `pic_url` = #{pic_url}, `sort_order` = #{sort_order}, `is_show` = #{is_show}, `floor_price` = #{floor_price}, `app_list_pic_url` = #{app_list_pic_url}, `is_new` = #{is_new}, `new_pic_url` = #{new_pic_url}, `new_sort_order` = #{new_sort_order} where id = #{id} delete from mall_brand where id = #{value} delete from mall_brand where id in #{id}