| | |
| | | * @param page 分页信息 |
| | | * @param createTimeBegin |
| | | * @param createTimeEnd |
| | | * @param keyword 关键字 |
| | | * @param drawingNo 关键字 |
| | | * @return |
| | | */ |
| | | public IPage<FlowVO> confirmTablePage(IPage<FlowVO> page, String drawingNo, String keyword,LocalDateTime createTimeBegin, LocalDateTime createTimeEnd) { |
| | | public IPage<FlowVO> confirmTablePage(IPage<FlowVO> page, String drawingNo, LocalDateTime createTimeBegin, LocalDateTime createTimeEnd) { |
| | | //固化里路村官 |
| | | HistoricProcessInstanceQuery query = this.historyService.createHistoricProcessInstanceQuery().finished().processDefinitionKey(FlowConstant.CURE_PROCESS_KEY).includeProcessVariables(); |
| | | //.finished() // 只查询已完成的流程.unfinished() // 查询未完成的流程 |