@@ -318,7 +318,7 @@
<if test="resOrderType == '20000'">
and t.stock > 0
</if>
- order by rst.name,t.res_code
+ order by t.res_code
<if test="page != -1 and page != null ">
limit #{page}, #{row}