Commit ebffa3af by 邹磊浩

修改代码

parent 2d1f0c51
...@@ -62,7 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -62,7 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and yyod.create_time > = #{bo.startTime} and yyod.create_time < = #{bo.endTime} and yyod.create_time > = #{bo.startTime} and yyod.create_time < = #{bo.endTime}
</if> </if>
</where> </where>
order by tlo.create_time desc order by yyod.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