|
@@ -65,7 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="bo.orderType != null and bo.orderType != ''">
|
|
<if test="bo.orderType != null and bo.orderType != ''">
|
|
|
and o.order_type = #{bo.orderType}
|
|
and o.order_type = #{bo.orderType}
|
|
|
</if>
|
|
</if>
|
|
|
- order by o.update_time desc
|
|
|
|
|
|
|
+ order by o.order_index
|
|
|
</where>
|
|
</where>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|