xiaoyong931011
2021-03-15 39ae83445d16d37a3c02e0dfdeb1be15eac0e2c2
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,