From a1c1e95d6c671bef41e6e88257c70d83bd5143c8 Mon Sep 17 00:00:00 2001 From: "YAS\\29473" <2947326429@qq.com> Date: Tue, 9 Dec 2025 16:16:34 +0800 Subject: [PATCH] update --- .../pile/service/impl/ThirdPartyStationRelationServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java index f18c8f78a..e0aa7d379 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/ThirdPartyStationRelationServiceImpl.java @@ -187,7 +187,7 @@ public class ThirdPartyStationRelationServiceImpl implements ThirdPartyStationRe if (dto == null) { return; } - if (dto.getEquipmentOwnerId().isEmpty()||dto.getThirdPartyType().isEmpty()){ + if (dto.getEquipmentOwnerId().isEmpty()){ throw new RuntimeException("未设置设备所属Id"); } ThirdPartyStationRelation thirdPartyStationRelation = thirdPartyStationRelationMapper.selectThirdPartyStationRelationById(Long.parseLong(dto.getId()));