public int update(Account param) {
   AccountMapper mapper = getMapper(AccountMapper.class);
   return mapper.update(param);
 }