|
|
|
@ -320,6 +320,10 @@ public class MaintenanceServiceImpl implements MaintenanceService {
|
|
|
|
|
taskEntity.setDisposer(userId.replaceAll("\\^", ",")); |
|
|
|
|
} else { |
|
|
|
|
log.info("计划ID为:{}未查询到排班记录", finalPlanEntity.getId()); |
|
|
|
|
LambdaUpdateWrapper<OperMaintenancePlanEntity> planQueryWrapper = Wrappers.<OperMaintenancePlanEntity>lambdaUpdate() |
|
|
|
|
.set(OperMaintenancePlanEntity::getCreateTaskTime, new Date()) |
|
|
|
|
.eq(OperMaintenancePlanEntity::getId, finalPlanEntity.getId()); |
|
|
|
|
maintenancePlanService.update(planQueryWrapper); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|