提交 2a58bee0 authored 作者: luojie's avatar luojie

修改第三方接口的已付款接口

上级 004c25ef
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
</select> </select>
<!--根据订单id,获取订单内商品详情--> <!--根据订单id,获取订单内商品详情-->
<select id="getItemList" resultType="com.diaoyun.zion.chinafrica.entity.ItemEntity"> <select id="getItemList" resultType="com.diaoyun.zion.chinafrica.entity.ItemEntity">
SELECT SELECT
t1.item_id, t1.item_id,
t1.item_title, t1.item_title,
t1.item_num, t1.item_num,
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
tb_cf_item_detail t1 tb_cf_item_detail t1
LEFT JOIN tb_cf_item_order_r t2 ON t1.item_id = t2.item_id LEFT JOIN tb_cf_item_order_r t2 ON t1.item_id = t2.item_id
LEFT JOIN tb_cf_order t3 ON t2.order_id = t3.order_id LEFT JOIN tb_cf_order t3 ON t2.order_id = t3.order_id
LEFT JOIN tb_cf_platform_order t4 on t3.order_id=t4.order_id LEFT JOIN tb_cf_platform_order t4 on t2.order_item_id=t4.relative_id
LEFT JOIN tb_cf_express_template t5 on t5.template_id=t4.descripition_id LEFT JOIN tb_cf_express_template t5 on t5.template_id=t4.descripition_id
WHERE WHERE
t2.enable_flag = 1 and t2.order_item_id=#{orderId} t2.enable_flag = 1 and t2.order_item_id=#{orderId}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论