java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml
@@ -167,7 +167,15 @@ and t.status_cd = '0' and t.community_id = #{communityId} and t.link = #{link} and qa.qa_type = #{qaType} <if test="state != null and state != ''"> and t.state = #{state} </if> <if test="qaType != null and qaType != ''"> and qa.qa_type = #{qaType} </if> <if test="userQaId != null and userQaId != ''"> and t.user_qa_id = #{userQaId} </if> and qa.state = 'C' and qa.start_time < NOW() and qa.end_time > NOW()