| | |
| | | import org.jeecg.modules.eam.service.IEamEquipmentService; |
| | | import org.jeecg.modules.eam.service.IEamRepairOrderService; |
| | | import org.jeecg.modules.eam.service.IEamReportRepairService; |
| | | import org.jeecg.modules.eam.vo.RepairmanRankingVO; |
| | | import org.jeecg.modules.flowable.apithird.business.entity.FlowMyBusiness; |
| | | import org.jeecg.modules.flowable.apithird.business.service.IFlowMyBusinessService; |
| | | import org.jeecg.modules.flowable.apithird.service.FlowCallBackServiceI; |
| | |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public List<RepairmanRankingVO> repairmanRanking(String start, String end) { |
| | | return this.baseMapper.repairmanRanking(start, end); |
| | | } |
| | | |
| | | /** |
| | | * 流程操作 |
| | | * |