| | |
| | | import com.java110.intf.user.IOwnerCarV1InnerServiceSMO; |
| | | import com.java110.po.car.OwnerCarPo; |
| | | import com.java110.po.fee.PayFeePo; |
| | | import com.java110.po.parkingSpaceApply.ParkingSpaceApplyPo; |
| | | import com.java110.po.parking.ParkingSpaceApplyPo; |
| | | import com.java110.utils.constant.CommonConstant; |
| | | import com.java110.utils.exception.CmdException; |
| | | import com.java110.utils.util.Assert; |
| | |
| | | OwnerCarDto ownerCarDto = new OwnerCarDto(); |
| | | ownerCarDto.setCarNum(parkingSpaceApplyPo.getCarNum()); |
| | | ownerCarDto.setCommunityId(parkingSpaceApplyPo.getCommunityId()); |
| | | ownerCarDto.setLeaseType(OwnerCarDto.LEASE_TYPE_MONTH); |
| | | ownerCarDto.setLeaseType(OwnerCarDto.LEASE_TYPE_RESERVE); |
| | | List<OwnerCarDto> ownerCarDtos = ownerCarV1InnerServiceSMOImpl.queryOwnerCars(ownerCarDto); |
| | | String catId = ""; |
| | | if (ownerCarDtos == null || ownerCarDtos.size() < 1) { |