| | |
| | | Page<TransactionEvent> pageParam = new Page<>(pageNum,pageSize); |
| | | List<TransactionEvent> list; |
| | | int num; |
| | | if (departmentId!=null){ |
| | | if (departmentId!=null&&departmentId.length()>0){ |
| | | List<String> ids=iOrganizationChartService.getDepartmentId(departmentId); |
| | | list = iTransactionEventService.selectConfigList(pageParam,pageSize,keyword, |
| | | classifyGrade,ids); |
| | |
| | | public TableDataInfo<TransactionEvent> selectConfigList(@RequestBody List<String> DepartmentId, |
| | | @CurrentUser SysUser sysUser) |
| | | { |
| | | if(DepartmentId==null||DepartmentId.size()<1) |
| | | { |
| | | DepartmentId=null; |
| | | } |
| | | // List<String> ids=iOrganizationChartService.getIds(DepartmentId); |
| | | List<TransactionEvent> list = iTransactionEventService.selectConfigList(null,null,DepartmentId); |
| | | int num=iTransactionEventService.countNum(null,null,DepartmentId); |