| | |
| | | import org.jeecg.modules.flowable.apithird.business.entity.FlowMyBusiness; |
| | | import org.jeecg.modules.flowable.apithird.business.mapper.FlowMyBusinessMapper; |
| | | import org.jeecg.modules.flowable.apithird.business.service.IFlowMyBusinessService; |
| | | import org.jeecg.modules.flowable.domain.dto.FlowTaskDto; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | FlowMyBusiness business = this.getOne(flowMyBusinessLambdaQueryWrapper); |
| | | return business; |
| | | } |
| | | |
| | | /** |
| | | * 流程-我的已办 |
| | | * @param flowMyBusinessDto |
| | | * @param page |
| | | * @return |
| | | */ |
| | | public IPage<FlowTaskDto> getPageListMyBusiness(Page page, FlowMyBusinessDto flowMyBusinessDto){ |
| | | return flowMyBusinessMapper.PageListMyBusiness(page,flowMyBusinessDto); |
| | | } |
| | | |
| | | /** |
| | | * 流程总台账 |
| | | * @param flowMyBusinessDto |