ximon-admin/src/main/java/com/sandu/ximon/admin/service/IpVolumeMissionService.java
@@ -437,12 +437,12 @@ } if (SecurityUtils.getClientId() != null) { if (clientService.findClientId()) { if (byId.getUserId().equals(SecurityUtils.getUserId())) { if (!byId.getUserId().equals(SecurityUtils.getUserId())) { throw new BusinessException("任务归属错误"); } } else { if (byId.getClientId().equals(SecurityUtils.getUserId())) { if (!byId.getClientId().equals(SecurityUtils.getUserId())&&!byId.getUserId().equals(SecurityUtils.getUserId())) { throw new BusinessException("任务归属错误"); } }