|
@RequestParam(required = false) String industryID, @RequestParam(required = false) String createUserName,
|
|
@RequestParam(required = false) String industryID, @RequestParam(required = false) String createUserName,
|
|
PageInfo<CompanyVo> result = companyService.getList(pageIndex, pageSize, companyIDList, companyName, companyCode, recordStatus, regionCode, streetCode, createUserId, workTime, loginUserID, siteID, startDate, endDate, postCountSorter,companyTypeID,industryID, createUserName, dataSource);
|
|
PageInfo<CompanyVo> result = companyService.getList(pageIndex, pageSize, companyIDList, companyName, companyCode, recordStatus, regionCode, streetCode, createUserId, workTime, loginUserID, siteID, startDate, endDate, postCountSorter,companyTypeID,industryID, createUserName, dataSource);
|