java110
2023-08-25 18d1f4bc4f4f77c8883702a00896dd99469db648
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 &lt; NOW()
            and qa.end_time &gt; NOW()