소스 검색

修改bug

tags/v1.1.0^2
chenjiandong 1 년 전
부모
커밋
096c5187e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tuoheng-admin/src/main/resources/mapper/QuestionMapper.xml

+ 1
- 1
tuoheng-admin/src/main/resources/mapper/QuestionMapper.xml 파일 보기

@@ -26,7 +26,7 @@
inner join th_mission c on c.id = a.mission_id and c.mark = 1
left join th_question_handle d on d.question_id = a.id
left join sys_user e on e.id = d.handler_user
where a.mark = 1 and a.create_time BETWEEN #{startTime} AND #{endTime}
where a.mark = 1 and a.status = 1 and a.create_time BETWEEN #{startTime} AND #{endTime}
order by a.create_time desc limit 200
</select>


Loading…
취소
저장