Commit 34fa96fe by 邹磊浩

修改代码

parent 52bfa24e
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.create_time desc
</select> </select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo"> <select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
...@@ -59,6 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -59,6 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.create_time desc
</select> </select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo"> <select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.create_time desc
</select> </select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo"> <select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
...@@ -58,6 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -58,6 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.create_time desc
</select> </select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo"> <select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<if test="bo.orderSn != null and bo.orderSn != ''"> <if test="bo.orderSn != null and bo.orderSn != ''">
where tlo.order_sn LIKE CONCAT('%', #{bo.orderSn}, '%') where tlo.order_sn LIKE CONCAT('%', #{bo.orderSn}, '%')
</if> </if>
order by tlo.create_time desc
</select> </select>
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.create_time desc
</select> </select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo"> <select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment