daixiantong 4 лет назад
Родитель
Сommit
e664dbc4cb
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/main/java/com/taauav/admin/mapper/TauvInspectQuestionMapper.xml

+ 1
- 1
src/main/java/com/taauav/admin/mapper/TauvInspectQuestionMapper.xml Просмотреть файл

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

Загрузка…
Отмена
Сохранить