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