Commit 0d3813e8 by 邹磊浩

修改代码

parent 21327692
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.visit_time desc order by yyod.visit_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,7 +60,7 @@ ...@@ -60,7 +60,7 @@
and co.uid = #{bo.userId} and co.uid = #{bo.userId}
</if> </if>
</where> </where>
order by tlo.visit_time desc order by yyod.visit_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,7 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -58,7 +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.visit_time desc order by yyod.visit_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