|
|
@ -62,6 +62,9 @@
|
|
|
|
<if test="askQuestionLibrary.description != null and askQuestionLibrary.description != '' ">
|
|
|
|
<if test="askQuestionLibrary.description != null and askQuestionLibrary.description != '' ">
|
|
|
|
and atql.question like CONCAT('%', #{askQuestionLibrary.description}, '%')
|
|
|
|
and atql.question like CONCAT('%', #{askQuestionLibrary.description}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="askQuestionLibrary.dictId != null and askQuestionLibrary.dictId != '' ">
|
|
|
|
|
|
|
|
and atql.dict_id = #{askQuestionLibrary.dictId}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
order by atql.create_time desc
|
|
|
|
order by atql.create_time desc
|
|
|
|