订单根据时间排序
This commit is contained in:
parent
c1447c721a
commit
22ec5ea7f5
|
|
@ -123,6 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
su.phonenumber,
|
su.phonenumber,
|
||||||
moi.address,
|
moi.address,
|
||||||
moi.order_time
|
moi.order_time
|
||||||
|
order by moi.order_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="selectOrderDetailsById" resultType="com.bonus.material.order.domain.OrderDetailDto">
|
<select id="selectOrderDetailsById" resultType="com.bonus.material.order.domain.OrderDetailDto">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue