|
@@ -106,6 +106,9 @@
|
|
|
<if test="searchParams.category != null">
|
|
<if test="searchParams.category != null">
|
|
|
and category_ = #{searchParams.category}
|
|
and category_ = #{searchParams.category}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="searchParams.status != null">
|
|
|
|
|
+ and status_ = #{searchParams.status}
|
|
|
|
|
+ </if>
|
|
|
</where>
|
|
</where>
|
|
|
<foreach item="sort" collection="sortList" open="order by" separator=",">
|
|
<foreach item="sort" collection="sortList" open="order by" separator=",">
|
|
|
${sort.name} ${sort.order}
|
|
${sort.name} ${sort.order}
|