jyy
2021-03-16 2511686fa3bcc154dad551a4bc8ef6839037a8c7
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,