|
|
@@ -99,7 +99,7 @@ |
|
|
|
<select id="selectIndexPageList" resultType="com.taauav.front.vo.IndexQuestionListVo"> |
|
|
|
select q.*, d.inspect_no as `inspectNo`, f.thumb_img as `imgUrl`, d.driver_area as `driverArea`, t.name as `areaName`, |
|
|
|
d.driver_name as `driverName`, d.execution_time as `inspectTime`, o.content as `questionType`, f.location, |
|
|
|
f.latitude, f.longitude, f.original_img as `originUrl`,o.category |
|
|
|
f.latitude, f.longitude, f.original_img as `originUrl`,o.category,d.driver_id as `driverId` |
|
|
|
from tauv_inspect_question as q |
|
|
|
left join tauv_inspect_driver as d on q.inspect_driver_id = d.id |
|
|
|
left join tauv_inspect_file as f on q.inspect_file_id = f.id |