36373839404142
return statisticDao.listByField(Statistic_.enumKey, enumKey); } @Override public void feed(StatisticEnumKey enumKey, Integer value) throws ServiceException, SecurityServiceException { create(new Statistic(enumKey, value)); }