java110 3 年 前
コミット
e1c0651aa3
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml

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

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