|
@@ -62,7 +62,6 @@
|
|
|
|
|
|
<select id="queryReport2" resultType="com.gree.mall.manager.bean.order.OrderShareReportBean">
|
|
|
select
|
|
|
- acw.min_app_name as shopName,
|
|
|
os.order_share_id as orderShareId,
|
|
|
os.order_id as orderId,
|
|
|
oi.total_product_amount as totalPrice,
|
|
@@ -105,7 +104,7 @@
|
|
|
from order_share os
|
|
|
left join order_info oi on os.order_id = oi.order_id
|
|
|
left JOIN order_tax ot on oi.order_id = ot.order_id
|
|
|
- left join admin_company_wechat acw on os.company_wechat_id = acw.company_wechat_id
|
|
|
+
|
|
|
left JOIN admin_websit aw on eww.main_department = aw.websit_id
|
|
|
left JOIN express_company ec on ec.code = oi.company_code
|
|
|
where os.order_share_id in
|