@ResponseBody
 @RequestMapping("delEmailLogById")
 public int delEmailLogById(int id) {
   return emailLogsService.delete("EmailLog", id);
 }