chengf
2026-01-30 b8bf2507bc7b23c90bc6dc71ea2460e277d3800a
java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml
@@ -174,7 +174,7 @@
                and qa.qa_type = #{qaType}
            </if>
        <if test="userQaId != null and userQaId != ''">
            and qa.user_qa_id = #{userQaId}
            and t.user_qa_id = #{userQaId}
        </if>
            and qa.state = 'C'
            and qa.start_time &lt; NOW()