/** * @return * @throws XueWenServiceException */ public IndustryBean getInduDirect(String id) throws XueWenServiceException { return industryNewRepository.findById(id); }
/** * 获取新版行业 * * @return * @throws XueWenServiceException */ public List<IndustryBean> getAllNewIndustry() throws XueWenServiceException { return industryNewRepository.findAllAndStatus(0); }