Commit 21327692 by 邹磊浩

修改代码

parent 98947620
......@@ -56,7 +56,7 @@
and co.uid = #{bo.userId}
</if>
</where>
order by tlo.create_time desc
order by tlo.visit_time desc
</select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
......@@ -60,7 +60,7 @@
and co.uid = #{bo.userId}
</if>
</where>
order by tlo.create_time desc
order by tlo.visit_time desc
</select>
<select id="selectSonOrderInfoByTotalId" resultType="com.pz.merchant.domain.vo.SonOrderVo">
......
......@@ -58,7 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and co.uid = #{bo.userId}
</if>
</where>
order by tlo.create_time desc
order by tlo.visit_time desc
</select>
<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