Selaa lähdekoodia

'河湖id'

master
daixiantong 4 vuotta sitten
vanhempi
commit
51c3ccbb31
2 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  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 Näytä tiedosto

@@ -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

+ 5
- 0
src/main/java/com/taauav/front/vo/IndexQuestionListVo.java Näytä tiedosto

@@ -74,6 +74,11 @@ public class IndexQuestionListVo {
*/
private String originUrl;

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

/**
* 状态数组
*

Loading…
Peruuta
Tallenna