daixiantong преди 4 години
родител
ревизия
51c3ccbb31
променени са 2 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. +1
    -1
      src/main/java/com/taauav/front/mapper/UserInspectQuestionMapper.xml
  2. +5
    -0
      src/main/java/com/taauav/front/vo/IndexQuestionListVo.java

+ 1
- 1
src/main/java/com/taauav/front/mapper/UserInspectQuestionMapper.xml Целия файл

<select id="selectIndexPageList" resultType="com.taauav.front.vo.IndexQuestionListVo"> <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`, 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, 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 from tauv_inspect_question as q
left join tauv_inspect_driver as d on q.inspect_driver_id = d.id 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 left join tauv_inspect_file as f on q.inspect_file_id = f.id

+ 5
- 0
src/main/java/com/taauav/front/vo/IndexQuestionListVo.java Целия файл

*/ */
private String originUrl; private String originUrl;


/**
* 河湖id
*/
private Integer driverId;

/** /**
* 状态数组 * 状态数组
* *

Loading…
Отказ
Запис