select cate_id, cate_name, status,sort, is_del from fs_article_cate
insert into fs_article_cate
cate_name,status,sort,is_del,#{cateName},#{status},#{sort},#{isDel},
update fs_article_cate
cate_name = #{cateName},status = #{status},sort = #{sort},is_del = #{isDel},
where cate_id = #{cateId}
delete from fs_article_cate where cate_id = #{cateId}
delete from fs_article_cate where cate_id in
#{cateId}