xiaoyong931011
2023-08-18 15a6f5b0a38f0cd19c777c75c3fc4ff498fbc8dc
src/main/resources/mapper/modules/MallSalesmanMapper.xml
@@ -161,6 +161,13 @@
        a.phone,
        d.name nickname,
        (
            select ifnull(sum(e.amount),0)
            from mall_money_flow e
            where e.flow_type = 1
            and e.type = 20
            and e.member_id = a.member_id
        ) rechargeSendAmount,
        (
            select count(b.id)
            from mall_order_info b
            <where>