java110
2023-08-25 18d1f4bc4f4f77c8883702a00896dd99469db648
java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml
@@ -167,7 +167,12 @@
            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>
            and qa.state = 'C'
            and qa.start_time &lt; NOW()
            and qa.end_time &gt; NOW()