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