public void removeById(java.lang.String id) {
   fwOperatorLogDao.deleteById(id);
 }