java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml
@@ -170,7 +170,9 @@ <if test="state != null and state != ''"> and t.state = #{state} </if> and qa.qa_type = #{qaType} <if test="qaType != null and qaType != ''"> and qa.qa_type = #{qaType} </if> and qa.state = 'C' and qa.start_time < NOW() and qa.end_time > NOW()