コード例 #1
0
 /**
  * @return
  * @throws XueWenServiceException
  */
 public IndustryBean getInduDirect(String id) throws XueWenServiceException {
   return industryNewRepository.findById(id);
 }
コード例 #2
0
  /**
   * 获取新版行业
   *
   * @return
   * @throws XueWenServiceException
   */
  public List<IndustryBean> getAllNewIndustry() throws XueWenServiceException {

    return industryNewRepository.findAllAndStatus(0);
  }