fix
Hentua
2024-01-25 1b08257957a0d7027574460711fe58fd8b693a72
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>