|
|
@@ -63,12 +63,12 @@ public class BizSqrEnterpriseApplyController {
|
|
63
|
63
|
@ApiImplicitParam(name = "applyType", value = "申请类型", paramType = "query")
|
|
64
|
64
|
|
|
65
|
65
|
})
|
|
66
|
|
- public PageInfo<BizSqrEnterpriseApply> page(Integer pageNum, Integer pageSize,String dwmc,Integer applyType) {
|
|
|
66
|
+ public PageInfo<BizSqrEnterpriseApply> page(Integer pageNum, Integer pageSize,String dwmc,Integer applyType,String unitInfoId) {
|
|
67
|
67
|
|
|
68
|
68
|
if (pageNum!=null && pageSize!=null) {
|
|
69
|
69
|
PageHelper.startPage(pageNum, pageSize);
|
|
70
|
70
|
}
|
|
71
|
|
- List<BizSqrEnterpriseApply> list = bizGrQeApplyService.findByPage(dwmc,applyType);
|
|
|
71
|
+ List<BizSqrEnterpriseApply> list = bizGrQeApplyService.findByPage(dwmc,applyType,unitInfoId);
|
|
72
|
72
|
PageInfo<BizSqrEnterpriseApply> pageInfo = new PageInfo<BizSqrEnterpriseApply>(list);
|
|
73
|
73
|
return pageInfo;
|
|
74
|
74
|
}
|