java110 2 år sedan
förälder
incheckning
e1c0651aa3

+ 2 - 2
java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml

@@ -169,8 +169,8 @@
             and t.community_id = #{communityId}
             and t.link = #{link}
             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>
 
 </mapper>