fix
Hentua
2024-01-26 666215a408077151869ef83e3d64929f7b1a265c
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -215,7 +215,7 @@
            a.status,
            count(1) cnt
        from mall_order_info a
        where a.del_flag=2 and a.member_id=#{memberId}
        where a.del_flag=2 and a.member_id=#{memberId} and order_type = 1
        group by a.status
    </select>