mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user