提交 20354b65 authored 作者: luojie's avatar luojie

修复订单查询2

上级 0e73d222
...@@ -252,6 +252,7 @@ ...@@ -252,6 +252,7 @@
<!--获取用户订单数据--> <!--获取用户订单数据-->
<select id="getUserOrderList" resultType="com.diaoyun.zion.chinafrica.entity.TbCfOrderEntity"> <select id="getUserOrderList" resultType="com.diaoyun.zion.chinafrica.entity.TbCfOrderEntity">
select select
DISTINCT
o.order_id, o.order_id,
o.order_no, o.order_no,
o.order_name, o.order_name,
...@@ -270,7 +271,7 @@ ...@@ -270,7 +271,7 @@
o.total_price, o.total_price,
o.reality_pay, o.reality_pay,
r.delivery_flag, r.delivery_flag,
r.delivery_time, o.delivery_time,
o.express_cost, o.express_cost,
o.coupon_id, o.coupon_id,
o.coupon_title, o.coupon_title,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论