|
|
@@ -107,7 +107,7 @@ public class ModifyCarToIotAdapt extends DatabusAdaptImpl {
|
|
|
ownerCarDto.setCommunityId(ownerCarPo.getCommunityId());
|
|
|
List<OwnerCarDto> ownerCarDtos = ownerCarInnerServiceSMOImpl.queryOwnerCars(ownerCarDto);
|
|
|
|
|
|
- Assert.listOnlyOne(ownerCarDtos, "未找到停车场");
|
|
|
+ Assert.listOnlyOne(ownerCarDtos, "未找到车辆");
|
|
|
|
|
|
//没有车位就不同步了
|
|
|
if (StringUtil.isEmpty(ownerCarDtos.get(0).getPsId()) || "-1".equals(ownerCarDtos.get(0).getPsId())) {
|