Commit 34099b02 authored by liuzeheng's avatar liuzeheng

订单状态

parent 2e8bac5c
...@@ -884,7 +884,9 @@ ...@@ -884,7 +884,9 @@
) )
</if> </if>
<include refid="myOrderQuery"/> <include refid="myOrderQuery"/>
GROUP BY o.order_id
order by o.order_id desc order by o.order_id desc
limit #{start}, #{size} limit #{start}, #{size}
</select> </select>
...@@ -4376,4 +4378,6 @@ ...@@ -4376,4 +4378,6 @@
<if test = "query.userType == 2 "> <if test = "query.userType == 2 ">
</if> </if>
</select> </select>
</mapper> </mapper>
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