daixiantong hace 4 años
padre
commit
e664dbc4cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/taauav/admin/mapper/TauvInspectQuestionMapper.xml

+ 1
- 1
src/main/java/com/taauav/admin/mapper/TauvInspectQuestionMapper.xml Ver fichero

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

Cargando…
Cancelar
Guardar