xiaoyong931011
2022-08-18 ad23f697fcac8d4ec72cf0e9041d2a2260fa11d8
20220810
1 files modified
1 ■■■■ changed files
src/main/resources/mapper/modules/MallOrderInfoMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -236,7 +236,6 @@
            a.status,
            count(1) cnt
        from mall_order_info a
                 inner join mall_order_item b on a.id=b.order_id
                 inner join mall_team_leader c on a.take_unique_code=c.unique_code
        where a.del_flag=2 and a.member_id=#{memberId}
        group by a.status