| | |
| | | resultType="com.java110.dto.report.ReportCarDto"> |
| | | select t.car_brand carBrand,t.car_color carColor,t.car_id carId,t.car_num carNum,t.car_type carType, |
| | | t.community_id communityId,bo.`name` ownerName,bo.id_card idCard,bo.link,bo.owner_id ownerId,ps.ps_id psId, |
| | | ps.num,pa.pa_id paId,pa.num areaNum,ps.state |
| | | ps.num,pa.pa_id paId,pa.num areaNum,ps.state,t.start_time startTime,t.end_time endTime |
| | | from owner_car t |
| | | INNER JOIN building_owner bo on t.owner_id = bo.member_id and t.status_cd = '0' |
| | | left join parking_space ps on t.ps_id = t.ps_id and ps.status_cd = '0' |