|
|
@@ -173,6 +173,9 @@
|
|
|
<if test="qaType != null and qaType != ''">
|
|
|
and qa.qa_type = #{qaType}
|
|
|
</if>
|
|
|
+ <if test="userQaId != null and userQaId != ''">
|
|
|
+ and qa.user_qa_id = #{userQaId}
|
|
|
+ </if>
|
|
|
and qa.state = 'C'
|
|
|
and qa.start_time < NOW()
|
|
|
and qa.end_time > NOW()
|