소스 검색

'BUG'

master
daixiantong 4 년 전
부모
커밋
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>

Loading…
취소
저장