| | |
| | | callEntity.setId(patrolTask.getId()); |
| | | callEntity.setPatrolTaskName(patrolTask.getPatrolTaskName()); |
| | | callEntity.setTaskDepartment(SysCache.getDeptName(patrolTask.getCreateDept())); |
| | | callEntity.setTaskDepartmentId(patrolTask.getCreateDept()); |
| | | callEntity.setTaskInitiator(UserCache.getUser(patrolTask.getCreateUser()).getName()); |
| | | callEntity.setTaskInitiatorId(patrolTask.getCreateUser()); |
| | | callEntity.setPlanExecuteTime(patrolTask.getExecuteTime()); |
| | | callEntity.setActualExecuteTime(dtos.get(0).getOccurTime());// 第一条数据的发生时间 |
| | | |