From 39ae83445d16d37a3c02e0dfdeb1be15eac0e2c2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 15 Mar 2021 21:36:12 +0800
Subject: [PATCH] 分销员后台0315

---
 zq-erp/src/main/resources/mybatis/mapper/fenxiao/ShopSalesmanOrderDao.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/zq-erp/src/main/resources/mybatis/mapper/fenxiao/ShopSalesmanOrderDao.xml b/zq-erp/src/main/resources/mybatis/mapper/fenxiao/ShopSalesmanOrderDao.xml
index be189d8..34510ff 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/fenxiao/ShopSalesmanOrderDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/fenxiao/ShopSalesmanOrderDao.xml
@@ -89,6 +89,7 @@
 		(select order_money from shop_order where id = a.order_id) actualBalance,
 		(select store_name  from shop_store where store_id = (select store_id from shop_order where id = a.order_id)) address,
 		b.nick_name custom,
+		b.open_id customUserId,
 		(select nick_name from biz_user where open_id = b.parent_open_id) parentSale,
 		a.revenue_type profitType,
 		a.amount profitBalance,

--
Gitblit v1.9.1