mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 18:59:51 +08:00
update
This commit is contained in:
@@ -187,7 +187,7 @@ public class ThirdPartyStationRelationServiceImpl implements ThirdPartyStationRe
|
|||||||
if (dto == null) {
|
if (dto == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (dto.getEquipmentOwnerId().isEmpty()||dto.getThirdPartyType().isEmpty()){
|
if (dto.getEquipmentOwnerId().isEmpty()){
|
||||||
throw new RuntimeException("未设置设备所属Id");
|
throw new RuntimeException("未设置设备所属Id");
|
||||||
}
|
}
|
||||||
ThirdPartyStationRelation thirdPartyStationRelation = thirdPartyStationRelationMapper.selectThirdPartyStationRelationById(Long.parseLong(dto.getId()));
|
ThirdPartyStationRelation thirdPartyStationRelation = thirdPartyStationRelationMapper.selectThirdPartyStationRelationById(Long.parseLong(dto.getId()));
|
||||||
|
|||||||
Reference in New Issue
Block a user