public void batchDeleteById(int[] ids) {
   dao.batchDeleteById(ids);
 }