update tb_region set ischildren=1 where 1=1 and region_id=#{id} update tb_region set status= #{status} where 1=1 and idtree like #{id} update tb_region set isdelete =1 where idtree like #{id}