| | |
| | | OwnerCarDto ownerCarDto = new OwnerCarDto(); |
| | | ownerCarDto.setCarNum(parkingSpaceApplyPo.getCarNum()); |
| | | ownerCarDto.setCommunityId(parkingSpaceApplyPo.getCommunityId()); |
| | | ownerCarDto.setLeaseType(OwnerCarDto.LEASE_TYPE_MONTH); |
| | | ownerCarDto.setLeaseType(OwnerCarDto.LEASE_TYPE_TEMP); |
| | | List<OwnerCarDto> ownerCarDtos = ownerCarV1InnerServiceSMOImpl.queryOwnerCars(ownerCarDto); |
| | | String catId = ""; |
| | | OwnerCarPo ownerCarPo = new OwnerCarPo(); |
| | |
| | | ownerCarPo.setState("1001"); |
| | | ownerCarPo.setUserId(userId); |
| | | ownerCarPo.setRemark("车位申请,系统自动写入"); |
| | | ownerCarPo.setLeaseType(OwnerCarDto.LEASE_TYPE_MONTH); |
| | | ownerCarPo.setLeaseType(OwnerCarDto.LEASE_TYPE_TEMP); |
| | | flag = ownerCarV1InnerServiceSMOImpl.saveOwnerCar(ownerCarPo); |
| | | if (flag < 1) { |
| | | throw new CmdException("更新数据失败"); |