@@ -676,7 +676,7 @@
<if test="orderType!=null and orderType==2">
order by dct.dealCount
</if>
- <if test="orderSort!=null and orderSort=0">
+ <if test="orderSort!=null and orderSort==0">
desc</if>
<if test="page_sql!=null">
${page_sql}