daixiantong 4 anni fa
parent
commit
e664dbc4cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/main/java/com/taauav/admin/mapper/TauvInspectQuestionMapper.xml

+ 1
- 1
src/main/java/com/taauav/admin/mapper/TauvInspectQuestionMapper.xml Vedi File

@@ -11,7 +11,7 @@
left join tauv_inspect_file as f on q.inspect_file_id = f.id
left join tauv_question_options as o on f.question_id = o.id
left join sys_city as t on d.driver_area = t.id
where q.mark = 1 and d.mark = 1 and f.mark = 1 and o.mark = 1
where q.mark = 1 and d.mark = 1 and o.mark = 1
<if test="param != null and param.questionNo != null and param.questionNo != ''">
and q.question_no like concat('%', #{param.questionNo}, '%')
</if>

Loading…
Annulla
Salva