|
@@ -169,8 +169,8 @@
|
|
|
and t.community_id = #{communityId}
|
|
and t.community_id = #{communityId}
|
|
|
and t.link = #{link}
|
|
and t.link = #{link}
|
|
|
and qa.qa_type = #{qaType}
|
|
and qa.qa_type = #{qaType}
|
|
|
- and qa.start_time > NOW()
|
|
|
|
|
- and qa.end_time < NOW()
|
|
|
|
|
|
|
+ and qa.start_time < NOW()
|
|
|
|
|
+ and qa.end_time > NOW()
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|